error[E0596]: cannot borrow immutable item `x` as mutable --> $DIR/huge_multispan_highlight.rs:100:13 | LL | let y = &mut x; //~ ERROR cannot borrow | ^^^^^^ cannot borrow as mutable error: aborting due to previous error For more information about this error, try `rustc --explain E0596`.