]> git.lizzy.rs Git - rust.git/blob - src/test/ui/enums-pats-not-idents.stderr
Auto merge of #60132 - davidtwco:issue-60075, r=estebank
[rust.git] / src / test / ui / enums-pats-not-idents.stderr
1 error[E0531]: cannot find tuple struct/variant `a` in this scope
2   --> $DIR/enums-pats-not-idents.rs:2:9
3    |
4 LL |     let a(1) = 13;
5    |         ^ not found in this scope
6
7 error: aborting due to previous error
8