rustc/tests/ui/codemap_tests/huge_multispan_highlight.rs
2023-08-02 10:33:26 +02:00

92 lines
164 B
Rust

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