2016-07-13 16:53:42 -05:00
|
|
|
error: cannot borrow immutable local variable `x` as mutable
|
|
|
|
--> $DIR/huge_multispan_highlight.rs:100:18
|
|
|
|
|
|
2016-08-16 02:52:30 -05:00
|
|
|
12 | let x = "foo";
|
2016-07-13 16:53:42 -05:00
|
|
|
| - use `mut x` here to make mutable
|
|
|
|
...
|
|
|
|
100 | let y = &mut x;
|
|
|
|
| ^ cannot borrow mutably
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|