2023-08-13 04:02:31 -05:00
|
|
|
error: ~const can only be applied to `#[const_trait]` traits
|
|
|
|
--> $DIR/unstable-const-fn-in-libcore.rs:19:39
|
2019-12-05 08:02:41 -06:00
|
|
|
|
|
2022-09-17 08:31:04 -05:00
|
|
|
LL | const fn unwrap_or_else<F: ~const FnOnce() -> T>(self, f: F) -> T {
|
2023-08-13 04:02:31 -05:00
|
|
|
| ^^^^^^^^^^^^^
|
2019-12-05 08:02:41 -06:00
|
|
|
|
2023-08-13 04:02:31 -05:00
|
|
|
error: aborting due to previous error
|
2019-12-05 08:02:41 -06:00
|
|
|
|