blob: a26e425809fbb037910f1adad1a53de3ca766b37 [file] [log] [blame]
enum Bottom { }
fn main() {
let x = &() as *const () as *const Bottom;
match x { } //~ ERROR non-exhaustive patterns
}