2016-05-27 22:06:24 +02:00
|
|
|
impl Drop for u32 {} //~ ERROR E0117
|
2022-07-21 22:00:15 +00:00
|
|
|
//~| ERROR the `Drop` trait may only be implemented for local structs, enums, and unions
|
2024-02-02 08:36:46 +00:00
|
|
|
//~| ERROR not all trait items implemented
|
2016-05-27 22:06:24 +02:00
|
|
|
|
2022-03-29 09:47:32 +02:00
|
|
|
fn main() {}
|