]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-fixed-vec.stderr
Rollup merge of #57667 - ishitatsuyuki:p-leak, r=nnethercote
[rust.git] / src / test / ui / parser / removed-syntax-fixed-vec.stderr
1 error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*`
2   --> $DIR/removed-syntax-fixed-vec.rs:1:17
3    |
4 LL | type v = [isize * 3]; //~ ERROR expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*`
5    |                 ^ expected one of 7 possible tokens here
6
7 error: aborting due to previous error
8