2017-12-10 22:47:55 +03:00
|
|
|
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 21:40:25 +01:00
|
|
|
If you want more information on this error, try using "rustc --explain E0393"
|