Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
pattern
/
usefulness
/
issue-3096-2.rs
blob: a26e425809fbb037910f1adad1a53de3ca766b37 [
file
] [
log
] [
blame
] [
edit
]
enum
Bottom
{
}
fn
main
()
{
let
x
=
&()
as
*
const
()
as
*
const
Bottom
;
match
x
{
}
//~ ERROR non-exhaustive patterns
}