Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn main() {
enum Foo {
Drop = assert_eq!(1, 1),
//~^ ERROR `if` may be missing an `else` clause
}