Update ui tests
This commit is contained in:
parent
aa733dacdf
commit
530d7098bf
5 changed files with 5 additions and 2 deletions
|
|
@ -6,3 +6,4 @@ LL | <Dst as From<Self>>::Dst
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0576`.
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ LL | fn a(&self) -> <Self as A>::X;
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0576`.
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ LL | <<i32 as Copy>::foobar as Trait>::foo();
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0576`.
|
||||
|
|
|
|||
|
|
@ -30,5 +30,5 @@ LL | let _ = |a, b: _| -> _ { 0 };
|
|||
|
||||
error: aborting due to 5 previous errors
|
||||
|
||||
Some errors have detailed explanations: E0282, E0412, E0425, E0433.
|
||||
Some errors have detailed explanations: E0282, E0412, E0425, E0433, E0576.
|
||||
For more information about an error, try `rustc --explain E0282`.
|
||||
|
|
|
|||
|
|
@ -200,5 +200,5 @@ LL | <u8 as Dr>::X::N;
|
|||
|
||||
error: aborting due to 32 previous errors
|
||||
|
||||
Some errors have detailed explanations: E0223, E0433, E0575, E0599.
|
||||
Some errors have detailed explanations: E0223, E0433, E0575, E0576, E0599.
|
||||
For more information about an error, try `rustc --explain E0223`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue