]> git.lizzy.rs Git - rust.git/blob - src/test/ui/enums-pats-not-idents.stderr
Rollup merge of #65887 - lzutao:doc-vec-get, r=rkruppe
[rust.git] / src / test / ui / enums-pats-not-idents.stderr
1 error[E0531]: cannot find tuple struct or tuple 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
9 For more information about this error, try `rustc --explain E0531`.