Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-100197-mut-let.fixed
blob: a7af3cb1500c134c912856008095586fc77c9835 [
file
] [
log
] [
blame
] [
edit
]
//@ run-rustfix
fn main
()
{
let
mut _x
=
123
;
//~^ ERROR invalid variable declaration
}