blob: 623c59081d0fe2e14dbf7e64f49379875bf52da7 [file] [log] [blame]
fn main() {
let x = "foo";
let y = &mut x; //~ ERROR cannot borrow
}