summaryrefslogtreecommitdiffstats
path: root/tests/ui/type-alias-impl-trait/type-alias-impl-trait-fn-type.stderr
blob: ff375b2ff863fb7a1504f8e97932f6b85b54056d (plain)
1
2
3
4
5
6
7
8
9
error[E0562]: `impl Trait` only allowed in function and inherent method return types, not in `fn` pointer return types
  --> $DIR/type-alias-impl-trait-fn-type.rs:6:20
   |
LL | type Foo = fn() -> impl Send;
   |                    ^^^^^^^^^

error: aborting due to previous error

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