Update ui test with the add of E0726 explanation

This commit is contained in:
Guillaume Gomez 2022-02-28 14:37:27 +01:00
parent 911de7b98c
commit 8f36d4a536
5 changed files with 6 additions and 1 deletions

View File

@ -8,3 +8,4 @@ LL | async fn error(lt: HasLifetime) {
error: aborting due to previous error
For more information about this error, try `rustc --explain E0726`.

View File

@ -8,3 +8,4 @@ LL | impl MyTrait for Foo {
error: aborting due to previous error
For more information about this error, try `rustc --explain E0726`.

View File

@ -8,3 +8,4 @@ LL | impl MyTrait for u32 {
error: aborting due to previous error
For more information about this error, try `rustc --explain E0726`.

View File

@ -67,4 +67,5 @@ LL | trait Serializable<'self, T: ?Sized> {
error: aborting due to 9 previous errors
For more information about this error, try `rustc --explain E0277`.
Some errors have detailed explanations: E0277, E0726.
For more information about an error, try `rustc --explain E0277`.

View File

@ -30,3 +30,4 @@ LL | impl Trait for Ref {}
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0726`.