rust/src/test/ui/codemap_tests/huge_multispan_highlight.rs
2018-12-25 21:08:33 -07:00

91 lines
164 B
Rust

fn main() {
let x = "foo";
let y = &mut x; //~ ERROR cannot borrow
}