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