]> git.proxmox.com Git - rustc.git/blob - tests/ui/parser/issue-100197-mut-let.fixed
New upstream version 1.74.1+dfsg1
[rustc.git] / tests / ui / parser / issue-100197-mut-let.fixed
1 // run-rustfix
2
3 fn main() {
4 let mut _x = 123;
5 //~^ ERROR invalid variable declaration
6 }