rust/tests/ui/parser/removed-syntax-fixed-vec.st...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
245 B
Plaintext
Raw Normal View History

2018-10-21 04:36:17 +08:00
error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*`
--> $DIR/removed-syntax-fixed-vec.rs:1:17
2018-10-21 04:36:17 +08:00
|
2019-03-09 20:03:44 +08:00
LL | type v = [isize * 3];
| ^ expected one of 7 possible tokens
2018-10-21 04:36:17 +08:00
error: aborting due to previous error