Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
error-codes
/
E0117.rs
blob: 406d24e36661449a7ab28ea6eb36dc75314daa8c [
file
]
impl
Drop
for
u32
{}
//~ ERROR E0117
//~| ERROR the `Drop` trait may only be implemented for local structs, enums, and unions
fn
main
()
{}