2023-08-13 04:02:31 -05:00
|
|
|
error: ~const can only be applied to `#[const_trait]` traits
|
|
|
|
--> $DIR/const-closure-trait-method-fail.rs:14:39
|
2022-12-28 02:55:01 -06:00
|
|
|
|
|
2023-08-13 04:02:31 -05:00
|
|
|
LL | const fn need_const_closure<T: ~const FnOnce(()) -> i32>(x: T) -> i32 {
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2022-12-28 02:55:01 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|