]> git.proxmox.com Git - rustc.git/blob - src/test/ui/error-codes/E0009.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0009.stderr
1 error[E0009]: cannot bind by-move and by-ref in the same pattern
2 --> $DIR/E0009.rs:15:15
3 |
4 15 | Some((y, ref z)) => {},
5 | ^ ----- both by-ref and by-move used
6 | |
7 | by-move pattern here
8
9 error: aborting due to previous error
10