rust/src/test/ui/issue-23041.stderr

10 lines
309 B
Plaintext
Raw Normal View History

error[E0282]: type annotations needed
--> $DIR/issue-23041.rs:16:22
|
2018-02-23 00:42:32 +00:00
LL | b.downcast_ref::<fn(_)->_>(); //~ ERROR E0282
| ^^^^^^^^ cannot infer type for `_`
error: aborting due to previous error
2018-02-19 20:40:25 +00:00
If you want more information on this error, try using "rustc --explain E0282"