]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-19244-1.stderr
Move some `compile-fail` tests to `ui`
[rust.git] / src / test / ui / issue-19244-1.stderr
1 error[E0609]: no field `1` on type `(usize,)`
2   --> $DIR/issue-19244-1.rs:14:24
3    |
4 LL |     let a: [isize; TUP.1];
5    |                        ^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0609`.