summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-mut-vec-ty.stderr
blob: d6b47accb978c82443ac3f4c70a46d7a3312faaa (plain)
1
2
3
4
5
6
7
8
error: expected type, found keyword `mut`
  --> $DIR/removed-syntax-mut-vec-ty.rs:13:11
   |
LL | type v = [mut isize]; //~ ERROR expected type, found keyword `mut`
   |           ^^^

error: aborting due to previous error