Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/cranelift-rebase
/
.
/
src
/
test
/
ui
/
enums-pats-not-idents.rs
blob: 5b918eef6d65b29dacfb091ecbe7ecf3da9fb8c7 [
file
] [
edit
]
fn
main
()
{
let
a
(
1
)
=
13
;
//~ ERROR cannot find tuple struct or tuple variant `a` in this scope
}