rust/src/test/ui/issues/issue-42344.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

10 lines
286 B
Plaintext

error[E0389]: cannot borrow data mutably in a `&` reference
--> $DIR/issue-42344.rs:4:5
|
LL | TAB[0].iter_mut();
| ^^^^^^ assignment into an immutable reference
error: aborting due to previous error
For more information about this error, try `rustc --explain E0389`.