Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
enum Bottom { }
fn main() {
let x = &() as *const () as *const Bottom;
match x { } //~ ERROR non-exhaustive patterns
}