rust/tests/ui/rfcs/rfc-2632-const-trait-impl/const-closure-trait-method-fail.stderr
2023-09-20 03:02:14 +00:00

9 lines
296 B
Plaintext

error: ~const can only be applied to `#[const_trait]` traits
--> $DIR/const-closure-trait-method-fail.rs:14:39
|
LL | const fn need_const_closure<T: ~const FnOnce(()) -> i32>(x: T) -> i32 {
| ^^^^^^^^^^^^^^^^^
error: aborting due to previous error