blob: 33b12ef09ec26faa87dd7bb15fec57b28fc5917e [file] [log] [blame]
error[E0283]: type annotations needed
--> $DIR/issue-85735.rs:7:8
|
LL | T: FnMut(&'a ()),
| ^^^^^^^^^^^^^ cannot infer type for type parameter `T`
|
= note: cannot satisfy `T: FnMut<(&'a (),)>`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0283`.