summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/removed-syntax-uniq-mut-expr.stderr
blob: 7aaedad19d86e5b3ae47203b160711a25b3db64a (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 1 previous error