]> git.proxmox.com Git - rustc.git/blame - src/test/ui/internal/internal-unstable-const.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / internal / internal-unstable-const.stderr
CommitLineData
dfeec247
XL
1error[E0723]: loops and conditional expressions are not stable in const fn
2 --> $DIR/internal-unstable-const.rs:7:5
3 |
4LL | if true { 4 } else { 5 }
5 | ^^^^^^^^^^^^^^^^^^^^^^^^
6 |
74b04a01 7 = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
dfeec247
XL
8 = help: add `#![feature(const_fn)]` to the crate attributes to enable
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0723`.