summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/removed-syntax-mut-vec-ty.stderr
blob: 02b518e251678a718703c171590878175cac2b7c (plain)
1
2
3
4
5
6
7
8
error: expected type, found keyword `mut`
  --> $DIR/removed-syntax-mut-vec-ty.rs:1:11
   |
LL | type v = [mut isize];
   |           ^^^ expected type

error: aborting due to previous error