summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-uniq-mut-expr.stderr
blob: 54e6a517343a9583999727d3005734bae0e7406b (plain)
1
2
3
4
5
6
7
8
error: expected expression, found keyword `mut`
  --> $DIR/removed-syntax-uniq-mut-expr.rs:14:21
   |
LL |     let a_box = box mut 42; //~ ERROR expected expression, found keyword `mut`
   |                     ^^^ expected expression

error: aborting due to previous error