summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-fixed-vec.stderr
blob: 318591e5cc0a49cfc76c75bc161a81b17551e74f (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]; //~ ERROR expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*`
   |                 ^ expected one of 7 possible tokens here

error: aborting due to previous error