mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Update ui test with the add of E0726 explanation
This commit is contained in:
parent
911de7b98c
commit
8f36d4a536
@ -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`.
|
||||
|
@ -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`.
|
||||
|
@ -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`.
|
||||
|
@ -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`.
|
||||
|
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user