]>
Commit | Line | Data |
---|---|---|
e74abb32 | 1 | error[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 | 4 | LL | let a(1) = 13; |
b7449926 XL |
5 | | ^ not found in this scope |
6 | ||
7 | error: aborting due to previous error | |
8 | ||
e74abb32 | 9 | For more information about this error, try `rustc --explain E0531`. |