rust/src/test/ui/issues/issue-22370.stderr

12 lines
386 B
Plaintext
Raw Normal View History

error[E0393]: the type parameter `T` must be explicitly specified
2019-05-28 18:46:13 +00:00
--> $DIR/issue-22370.rs:3:14
|
2019-05-28 18:46:13 +00:00
LL | fn f(a: &dyn A) {}
| ^ missing reference to `T`
|
= note: because of the default `Self` reference, type parameters must be specified on object types
error: aborting due to previous error
2018-03-03 14:59:40 +00:00
For more information about this error, try `rustc --explain E0393`.