2018-10-20 23:36:17 +03:00
|
|
|
error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*`
|
2019-01-06 18:33:05 +03:00
|
|
|
--> $DIR/removed-syntax-fixed-vec.rs:1:17
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
|
LL | type v = [isize * 3]; //~ ERROR expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*`
|
|
|
|
| ^ expected one of 7 possible tokens here
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|