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