summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unboxed-closures/unboxed-closure-sugar-wrong-number-number-type-parameters-1.stderr
blob: 59e7bc8c832d645ff39746f1b30cb10b382653ac (plain)
1
2
3
4
5
6
7
8
9
error[E0220]: associated type `Output` not found for `One<()>`
  --> $DIR/unboxed-closure-sugar-wrong-number-number-type-parameters-1.rs:5:16
   |
LL | fn foo(_: &dyn One())
   |                ^^^^^ associated type `Output` not found

error: aborting due to previous error

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