rust/src/test/ui/parser/removed-syntax-fixed-vec.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

8 lines
250 B
Text

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 here
error: aborting due to previous error