blob: 5bc9c2ccf00addb4a4f74fb547934aea4216c4c2 [file] [log] [blame] [edit]
error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*`
--> $DIR/removed-syntax-fixed-vec.rs:1:17
|
LL | type v = [isize * 3];
| ^ expected one of 7 possible tokens
error: aborting due to 1 previous error