Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct MyStruct;
impl Drop for MyStruct {
fn drop(&mut self) { }
}
//~^ ERROR conflicting implementations of trait
fn main() {}