]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-fixed-vec.stderr
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
[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];
5    |                 ^ expected one of 7 possible tokens
6
7 error: aborting due to previous error
8