Sign in
android
/
toolchain
/
rustc
/
fc8a4ff31fec5a822fe5eb0da3a6f87866072960
/
.
/
src
/
test
/
ui
/
parser
/
issue-100197-mut-let.rs
blob: 71103813a6ed39f282c6d0d3182fe03f31fa1aa3 [
file
]
// run-rustfix
fn
main
()
{
mut
let
_x
=
123
;
//~^ ERROR invalid variable declaration
}