File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- error[E0393]: the type parameter `RHS ` must be explicitly specified
1
+ error[E0393]: the type parameter `Rhs ` must be explicitly specified
2
2
--> $DIR/issue-21950.rs:7:14
3
3
|
4
4
LL | &Add;
5
- | ^^^ missing reference to `RHS `
5
+ | ^^^ missing reference to `Rhs `
6
6
|
7
7
= note: because of the default `Self` reference, type parameters must be specified on object types
8
8
Original file line number Diff line number Diff line change 1
- error[E0393]: the type parameter `RHS ` must be explicitly specified
1
+ error[E0393]: the type parameter `Rhs ` must be explicitly specified
2
2
--> $DIR/issue-22560.rs:5:13
3
3
|
4
4
LL | type Test = Add +
5
- | ^^^ missing reference to `RHS `
5
+ | ^^^ missing reference to `Rhs `
6
6
|
7
7
= note: because of the default `Self` reference, type parameters must be specified on object types
8
8
9
- error[E0393]: the type parameter `RHS ` must be explicitly specified
9
+ error[E0393]: the type parameter `Rhs ` must be explicitly specified
10
10
--> $DIR/issue-22560.rs:8:13
11
11
|
12
12
LL | Sub;
13
- | ^^^ missing reference to `RHS `
13
+ | ^^^ missing reference to `Rhs `
14
14
|
15
15
= note: because of the default `Self` reference, type parameters must be specified on object types
16
16
You can’t perform that action at this time.
0 commit comments