blob: 8cbed9ef924bc2cbff61fe2b444f8dbe179c5422 [file] [log] [blame]
error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*`
--> $DIR/removed-syntax-fixed-vec.rs:3: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