Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
pattern
/
usefulness
/
const-pat-ice.rs
blob: abfacf3936b6dd61d00415f37fcaa0d74a456769 [
file
] [
log
] [
blame
]
// check-pass
const
FOO
:
&&&
u32
=
&&&
42
;
fn
main
()
{
match
unimplemented
!()
{
&&&
42
=>
{},
FOO
=>
{},
_
=>
{},
}
}