fix tests
This commit is contained in:
parent
fec0ff2ce8
commit
7f395d2b3a
@ -1,8 +1,8 @@
|
||||
error[E0393]: the type parameter `RHS` must be explicitly specified
|
||||
error[E0393]: the type parameter `Rhs` must be explicitly specified
|
||||
--> $DIR/issue-21950.rs:7:14
|
||||
|
|
||||
LL | &Add;
|
||||
| ^^^ missing reference to `RHS`
|
||||
| ^^^ missing reference to `Rhs`
|
||||
|
|
||||
= note: because of the default `Self` reference, type parameters must be specified on object types
|
||||
|
||||
|
@ -1,16 +1,16 @@
|
||||
error[E0393]: the type parameter `RHS` must be explicitly specified
|
||||
error[E0393]: the type parameter `Rhs` must be explicitly specified
|
||||
--> $DIR/issue-22560.rs:5:13
|
||||
|
|
||||
LL | type Test = Add +
|
||||
| ^^^ missing reference to `RHS`
|
||||
| ^^^ missing reference to `Rhs`
|
||||
|
|
||||
= note: because of the default `Self` reference, type parameters must be specified on object types
|
||||
|
||||
error[E0393]: the type parameter `RHS` must be explicitly specified
|
||||
error[E0393]: the type parameter `Rhs` must be explicitly specified
|
||||
--> $DIR/issue-22560.rs:8:13
|
||||
|
|
||||
LL | Sub;
|
||||
| ^^^ missing reference to `RHS`
|
||||
| ^^^ missing reference to `Rhs`
|
||||
|
|
||||
= note: because of the default `Self` reference, type parameters must be specified on object types
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user