We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a20073 commit e8137d7Copy full SHA for e8137d7
src/test/compile-fail/issue-22560.rs
@@ -19,7 +19,10 @@ type Test = Add +
19
//~| ERROR E0191
20
//~| NOTE missing associated type `Output` value
21
Sub;
22
- //~^ ERROR E0225
+ //~^ ERROR E0393
23
+ //~| NOTE missing reference to `RHS`
24
+ //~| NOTE because of the default `Self` reference, type parameters must be specified on object types
25
+ //~| ERROR E0225
26
//~| NOTE non-Send/Sync additional trait
27
28
fn main() { }
0 commit comments