blob: 7cf3326f9d613362c275c7e3dc0b7bfb774a979e [file] [log] [blame]
error[E0596]: cannot borrow immutable local variable `x` as mutable
--> $DIR/issue-37139.rs:22:23
|
LL | test(&mut x); //~ ERROR cannot borrow immutable
| ^
| |
| cannot reborrow mutably
| try removing `&mut` here
error: aborting due to previous error
For more information about this error, try `rustc --explain E0596`.