Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
resolve
/
enums-pats-not-idents.rs
blob: 5b918eef6d65b29dacfb091ecbe7ecf3da9fb8c7 [
file
] [
log
] [
blame
]
fn
main
()
{
let
a
(
1
)
=
13
;
//~ ERROR cannot find tuple struct or tuple variant `a` in this scope
}