]> git.proxmox.com Git - rustc.git/blame - tests/ui/resolve/enums-pats-not-idents.stderr
New upstream version 1.74.1+dfsg1
[rustc.git] / tests / ui / resolve / enums-pats-not-idents.stderr
CommitLineData
e74abb32 1error[E0531]: cannot find tuple struct or tuple variant `a` in this scope
0731742a 2 --> $DIR/enums-pats-not-idents.rs:2:9
b7449926 3 |
532ac7d7 4LL | let a(1) = 13;
b7449926
XL
5 | ^ not found in this scope
6
7error: aborting due to previous error
8
e74abb32 9For more information about this error, try `rustc --explain E0531`.