summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/huge_multispan_highlight.stderr
blob: 46b3db18e8a5c8f8411cd87f574ca43616707dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0596]: cannot borrow immutable local variable `x` as mutable
   --> $DIR/huge_multispan_highlight.rs:100:18
    |
12  |     let x = "foo";
    |         - consider changing this to `mut x`
...
100 |     let y = &mut x;
    |                  ^ cannot borrow mutably

error: aborting due to previous error(s)