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