summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2632-const-trait-impl/const-closure-trait-method.stderr
blob: 33ae7131b928ec6f81220a0cab8d38593df33023 (plain)
1
2
3
4
5
6
7
8
error: ~const can only be applied to `#[const_trait]` traits
  --> $DIR/const-closure-trait-method.rs:14:39
   |
LL | const fn need_const_closure<T: ~const FnOnce(()) -> i32>(x: T) -> i32 {
   |                                       ^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error