rust/tests/ui/codemap_tests/huge_multispan_highlight.rs

92 lines
164 B
Rust

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