6 lines
157 B
Rust
6 lines
157 B
Rust
impl Drop for u32 {} //~ ERROR E0117
|
|
//~| ERROR the Drop trait may only be implemented on structures
|
|
//~| implementing Drop requires a struct
|
|
|
|
fn main() {
|
|
}
|