blob: 737faf79a0171902761f7db4c047f8474703d0c2 (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*`
--> $DIR/removed-syntax-fixed-vec.rs:13:17
|
LL | type v = [isize * 3]; //~ ERROR expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*`
| ^ expected one of 7 possible tokens here
error: aborting due to previous error
|