summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/removed-syntax-fixed-vec.stderr
blob: a2b97544f9e556fb0176a1b58297a820fb8d97c6 (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 previous error