rust/src/test/ui/parser/removed-syntax-fixed-vec.stderr

9 lines
325 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*`
--> $DIR/removed-syntax-fixed-vec.rs:1:17
2018-10-20 15:36:17 -05: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