blob: e63471e974771d5b5e05f57e9d961ac5d46ec45e [file] [log] [blame]
struct Foo;
impl Drop for Foo {
fn drop(self) {} //~ ERROR method `drop` has an incompatible type for trait
}
fn main() {}