Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
tests
/
ui
/
pattern
/
usefulness
/
issue-3096-2.rs
blob: a26e425809fbb037910f1adad1a53de3ca766b37 [
file
]
enum
Bottom
{
}
fn
main
()
{
let
x
=
&()
as
*
const
()
as
*
const
Bottom
;
match
x
{
}
//~ ERROR non-exhaustive patterns
}