Sign in
◑
Theme
rust
/
rust
/
c1f7fa1a48a060b980cb45ffde00a9b0cddac7c1
/
.
/
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
()
{}