File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 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
22 --> $DIR/issue-21950.rs:7:14
33 |
44LL | &Add;
5- | ^^^ missing reference to `RHS `
5+ | ^^^ missing reference to `Rhs `
66 |
77 = note: because of the default `Self` reference, type parameters must be specified on object types
88
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
22 --> $DIR/issue-22560.rs:5:13
33 |
44LL | type Test = Add +
5- | ^^^ missing reference to `RHS `
5+ | ^^^ missing reference to `Rhs `
66 |
77 = note: because of the default `Self` reference, type parameters must be specified on object types
88
9- error[E0393]: the type parameter `RHS ` must be explicitly specified
9+ error[E0393]: the type parameter `Rhs ` must be explicitly specified
1010 --> $DIR/issue-22560.rs:8:13
1111 |
1212LL | Sub;
13- | ^^^ missing reference to `RHS `
13+ | ^^^ missing reference to `Rhs `
1414 |
1515 = note: because of the default `Self` reference, type parameters must be specified on object types
1616
You can’t perform that action at this time.
0 commit comments