summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-mut-vec-ty.stderr
blob: a759716b5a96384caa283ef53ddefe59832c1bd1 (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: aborting due to previous error