Fix a test to recognize newly introduced errors.
This commit is contained in:
parent
2a20073c94
commit
e8137d7cea
1 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,10 @@ type Test = Add +
|
|||
//~| ERROR E0191
|
||||
//~| NOTE missing associated type `Output` value
|
||||
Sub;
|
||||
//~^ ERROR E0225
|
||||
//~^ ERROR E0393
|
||||
//~| NOTE missing reference to `RHS`
|
||||
//~| NOTE because of the default `Self` reference, type parameters must be specified on object types
|
||||
//~| ERROR E0225
|
||||
//~| NOTE non-Send/Sync additional trait
|
||||
|
||||
fn main() { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue