struct MyStruct;
impl Drop for MyStruct {
fn drop(&mut self) { }
}
//~^ ERROR conflicting implementations of trait
fn main() {}