rust/tests/ui/codemap_tests/huge_multispan_highlight.rs
2023-01-11 09:32:08 +00:00

92 lines
164 B
Rust

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