2020-01-10 20:48:52 -06:00
|
|
|
error[E0723]: loops and conditional expressions are not stable in const fn
|
|
|
|
--> $DIR/internal-unstable-const.rs:7:5
|
|
|
|
|
|
|
|
|
LL | if true { 4 } else { 5 }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2020-02-07 06:07:02 -06:00
|
|
|
= note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
|
2020-01-10 20:48:52 -06:00
|
|
|
= help: add `#![feature(const_fn)]` to the crate attributes to enable
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0723`.
|