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

12 lines
389 B
Plaintext
Raw Normal View History

error[E0393]: the type parameter `T` must be explicitly specified
--> $DIR/issue-22370.rs:15:10
|
15 | fn f(a: &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-02-19 20:40:25 +00:00
If you want more information on this error, try using "rustc --explain E0393"