2018-08-19 18:08:01 -05:00
|
|
|
error[E0107]: wrong number of lifetime arguments: expected 1, found 0
|
2019-05-28 13:46:13 -05:00
|
|
|
--> $DIR/unboxed-closure-sugar-region.rs:30:51
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-05-28 13:46:13 -05:00
|
|
|
LL | fn test2(x: &dyn Foo<(isize,),Output=()>, y: &dyn Foo(isize)) {
|
2020-04-17 14:26:32 -05:00
|
|
|
| ^^^^^^^^^^ expected 1 lifetime argument
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0107`.
|