]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-42344.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-42344.stderr
1 error[E0389]: cannot borrow data mutably in a `&` reference
2   --> $DIR/issue-42344.rs:4:5
3    |
4 LL |     TAB[0].iter_mut(); //~ ERROR cannot borrow data mutably in a `&` reference [E0389]
5    |     ^^^^^^ assignment into an immutable reference
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0389`.