summary refs log tree commit diff
path: root/src/test/ui/issues/issue-42344.stderr
blob: cb0fe78d102055bd1c951e5eb97f00937ebb8721 (plain)
1
2
3
4
5
6
7
8
9
error[E0389]: cannot borrow data mutably in a `&` reference
  --> $DIR/issue-42344.rs:4:5
   |
LL |     TAB[0].iter_mut(); //~ ERROR cannot borrow data mutably in a `&` reference [E0389]
   |     ^^^^^^ assignment into an immutable reference

error: aborting due to previous error

For more information about this error, try `rustc --explain E0389`.