blob: 406d24e36661449a7ab28ea6eb36dc75314daa8c [file] [log] [blame]
impl Drop for u32 {} //~ ERROR E0117
//~| ERROR the `Drop` trait may only be implemented for local structs, enums, and unions
fn main() {}