about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/const-closure-parse-not-item.stderr
blob: 1d8d5ff1b4f2e7626a6588fb778d41529eb4ee13 (plain)
1
2
3
4
5
6
7
8
9
error[E0277]: the trait bound `{closure@$DIR/const-closure-parse-not-item.rs:8:5: 8:18}: [const] Fn()` is not satisfied
  --> $DIR/const-closure-parse-not-item.rs:7:20
   |
LL | const fn test() -> impl [const] Fn() {
   |                    ^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0277`.