summaryrefslogtreecommitdiffstats
path: root/tests/ui/type-alias-impl-trait/type-alias-impl-trait-fn-type.stderr
blob: a31cf1a51ccd7c2aafa7f1bc7014edb35803b621 (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
  --> $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`.