]> git.proxmox.com Git - rustc.git/blame - src/test/ui/did_you_mean/issue-37139.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / did_you_mean / issue-37139.stderr
CommitLineData
48663c56
XL
1error[E0596]: cannot borrow `x` as mutable, as it is not declared as mutable
2 --> $DIR/issue-37139.rs:12:18
476ff2be 3 |
532ac7d7 4LL | test(&mut x);
48663c56
XL
5 | ^^^^^^
6 | |
7 | cannot borrow as mutable
94222f64 8 | help: try removing `&mut` here
476ff2be 9
041b39d2 10error: aborting due to previous error
476ff2be 11
0531ce1d 12For more information about this error, try `rustc --explain E0596`.