]> git.proxmox.com Git - rustc.git/blame - src/test/ui/codemap_tests/huge_multispan_highlight.stderr
New upstream version 1.19.0+dfsg1
[rustc.git] / src / test / ui / codemap_tests / huge_multispan_highlight.stderr
CommitLineData
7cac9316 1error[E0596]: cannot borrow immutable local variable `x` as mutable
5bcae85e
SL
2 --> $DIR/huge_multispan_highlight.rs:100:18
3 |
9e0c209e 412 | let x = "foo";
cc61c64b 5 | - consider changing this to `mut x`
5bcae85e
SL
6...
7100 | let y = &mut x;
8 | ^ cannot borrow mutably
9
7cac9316 10error: aborting due to previous error(s)
5bcae85e 11