]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-34047.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / issues / issue-34047.stderr
CommitLineData
ff7c6d11 1error[E0530]: match bindings cannot shadow constants
0731742a 2 --> $DIR/issue-34047.rs:5:13
ff7c6d11 3 |
0531ce1d 4LL | const C: u8 = 0;
13cf67c4 5 | ---------------- the constant `C` is defined here
ff7c6d11 6...
532ac7d7 7LL | mut C => {}
ff7c6d11
XL
8 | ^ cannot be named the same as a constant
9
10error: aborting due to previous error
11
0531ce1d 12For more information about this error, try `rustc --explain E0530`.