]> git.proxmox.com Git - rustc.git/blame - src/test/ui/borrowck/issue-42344.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / borrowck / issue-42344.stderr
CommitLineData
48663c56 1error[E0596]: cannot borrow `*TAB[_]` as mutable, as `TAB` is an immutable static item
0731742a 2 --> $DIR/issue-42344.rs:4:5
8faf50e0 3 |
532ac7d7 4LL | TAB[0].iter_mut();
48663c56 5 | ^^^^^^ cannot borrow as mutable
8faf50e0
XL
6
7error: aborting due to previous error
8
48663c56 9For more information about this error, try `rustc --explain E0596`.