index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
issues
/
issue-100197-mut-let.rs
blob: 38ed287d14d6fd88a0ede47b6affff4772f58f03 (
plain
)
1
2
3
4
5
6
//@ run-rustfix
fn
main
()
{
mut
let
_x
=
123
;
//~^ ERROR invalid variable declaration
}