blob: 5c3a1154e74c18fd6fda706bd8962ff911e2a137 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/issue-30906.rs:15:5
|
LL | test(Compose(f, |_| {}));
| ^^^^ one type is more general than the other
|
= note: expected type `std::ops::FnOnce<(&'x str,)>`
found type `std::ops::FnOnce<(&str,)>`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.