]> git.proxmox.com Git - rustc.git/blob - src/test/ui/consts/single_variant_match_ice.stderr
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / ui / consts / single_variant_match_ice.stderr
1 error: `if`, `match`, `&&` and `||` are not stable in const fn
2 --> $DIR/single_variant_match_ice.rs:10:13
3 |
4 LL | Prob => 0x1, //~ ERROR `if`, `match`, `&&` and `||` are not stable in const fn
5 | ^^^^
6
7 error: aborting due to previous error
8