blob: 0448a28ea8e2721b7722fa7ab09c2dd484f89bd9 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/type-params-in-different-spaces-1.rs:5:17
|
LL | *self + rhs
| ^^^ expected type parameter, found a different 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`.