summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/removed-syntax-fixed-vec.stderr
blob: 5bc9c2ccf00addb4a4f74fb547934aea4216c4c2 (plain)
1
2
3
4
5
6
7
8
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

error: aborting due to 1 previous error