]> git.proxmox.com Git - rustc.git/blame - src/test/ui/nll/match-cfg-fake-edges2.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / match-cfg-fake-edges2.stderr
CommitLineData
416331ca 1error[E0503]: cannot use `y.1` because it was mutably borrowed
923072b8 2 --> $DIR/match-cfg-fake-edges2.rs:8:5
416331ca
XL
3 |
4LL | let r = &mut y.1;
5 | -------- borrow of `y.1` occurs here
6...
94222f64
XL
7LL | match y {
8 | ^^^^^^^ use of borrowed `y.1`
9...
416331ca
XL
10LL | r;
11 | - borrow later used here
12
13error: aborting due to previous error
14
15For more information about this error, try `rustc --explain E0503`.