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