rust/src/test/ui/codemap_tests/huge_multispan_highlight.stderr
Ariel Ben-Yehuda 77f4022303 Revert "Change error count messages"
This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e.
2017-07-02 13:49:30 +03:00

12 lines
313 B
Plaintext

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