blob: 70093b61f251b6b78d7fb5c37ceacc94dd76621d [file] [log] [blame]
error[E0393]: the type parameter `T` must be explicitly specified
--> $DIR/type-parameter-defaults-referencing-Self.rs:10:12
|
LL | fn foo(x: &Foo) { }
| ^^^ 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
For more information about this error, try `rustc --explain E0393`.