summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-mut-vec-ty.stderr
blob: f0eafa3d00a6f7b7ff743b6484aa46c972335f19 (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]; //~ ERROR expected type, found keyword `mut`
   |           ^^^

error: aborting due to previous error