2021-06-17 14:48:19 +02:00
|
|
|
error[E0283]: type annotations needed
|
|
|
|
--> $DIR/issue-85735.rs:7:8
|
|
|
|
|
|
|
|
|
LL | T: FnMut(&'a ()),
|
|
|
|
| ^^^^^^^^^^^^^ cannot infer type for type parameter `T`
|
2021-06-10 13:52:00 +02:00
|
|
|
|
|
2021-07-31 09:26:55 -07:00
|
|
|
= note: cannot satisfy `T: FnMut<(&'a (),)>`
|
2021-06-17 14:48:19 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0283`.
|