blob: 31f332f609596032c98c6ef54e0b29bc3de8acaf [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/type-params-in-different-spaces-1.rs:15:17
|
LL | *self + rhs //~ ERROR mismatched types
| ^^^ expected Self, found type parameter
|
= note: expected type `Self`
found type `T`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.