]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-42344.stderr
added function to check if lints belong to an external macro
[rust.git] / src / test / ui / issue-42344.stderr
1 error[E0389]: cannot borrow data mutably in a `&` reference
2   --> $DIR/issue-42344.rs:14: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`.