summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/removed-syntax-uniq-mut-expr.stderr
blob: 63d2fdb8cd4a9b7b7d2b4932bae1a25bb15fa11b (plain)
1
2
3
4
5
6
7
8
error: expected expression, found keyword `mut`
  --> $DIR/removed-syntax-uniq-mut-expr.rs:2:21
   |
LL |     let a_box = box mut 42;
   |                     ^^^ expected expression

error: aborting due to previous error