mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
fix tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user