]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/enums-pats-not-idents.stderr
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / resolve / 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`.