blob: 1eb530542c02bdea282b15a92ead92501fd3fd85 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0609]: no field `1` on type `(usize,)`
--> $DIR/issue-19244-1.rs:4:24
|
LL | let a: [isize; TUP.1];
| ^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0609`.
|