Skip to content

Commit

Permalink
Update ui test with the add of E0726 explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Feb 28, 2022
1 parent 911de7b commit 8f36d4a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/test/ui/async-await/async-fn-path-elision.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
3 changes: 2 additions & 1 deletion src/test/ui/issues/issue-10412.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
1 change: 1 addition & 0 deletions src/test/ui/wf/wf-in-foreign-fn-decls-issue-80468.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 8f36d4a

Please sign in to comment.