Sign in
rust
/
rust
/
fc2c72cb671b2f4ae64533c6ebcbf3bd51997dea
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-100197-mut-let.fixed
blob: a7af3cb1500c134c912856008095586fc77c9835 [
file
]
//@ run-rustfix
fn main
()
{
let
mut _x
=
123
;
//~^ ERROR invalid variable declaration
}