Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
removed-syntax
/
removed-syntax-uniq-mut-expr.stderr
blob: 7aaedad19d86e5b3ae47203b160711a25b3db64a [
file
] [
log
] [
blame
] [
edit
]
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