Skip to content

Commit

Permalink
update ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 16, 2019
1 parent e5d566c commit 7d357fb
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 4 deletions.
Expand Up @@ -14,3 +14,4 @@ LL | #![feature(const_generics)]

error: aborting due to previous error

For more information about this error, try `rustc --explain E0573`.
1 change: 1 addition & 0 deletions src/test/ui/enum/enum-variant-type-2.stderr
Expand Up @@ -9,3 +9,4 @@ LL | fn foo(x: Foo::Bar) {}

error: aborting due to previous error

For more information about this error, try `rustc --explain E0573`.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-17546.stderr
Expand Up @@ -62,3 +62,4 @@ LL | fn newer() -> Result<foo::MyEnum, String> {

error: aborting due to 4 previous errors

For more information about this error, try `rustc --explain E0573`.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-18119.stderr
Expand Up @@ -18,3 +18,4 @@ LL | impl foo {}

error: aborting due to 3 previous errors

For more information about this error, try `rustc --explain E0573`.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-30535.stderr
Expand Up @@ -9,3 +9,4 @@ LL | _: foo::Foo::FooV

error: aborting due to previous error

For more information about this error, try `rustc --explain E0573`.
2 changes: 1 addition & 1 deletion src/test/ui/issues/issue-35675.stderr
Expand Up @@ -67,5 +67,5 @@ LL | fn qux() -> Some {

error: aborting due to 7 previous errors

Some errors have detailed explanations: E0412, E0425.
Some errors have detailed explanations: E0412, E0425, E0573.
For more information about an error, try `rustc --explain E0412`.
2 changes: 1 addition & 1 deletion src/test/ui/privacy/privacy-ns1.stderr
Expand Up @@ -72,5 +72,5 @@ LL | use foo3::Bar;

error: aborting due to 4 previous errors

Some errors have detailed explanations: E0412, E0423, E0425.
Some errors have detailed explanations: E0412, E0423, E0425, E0573.
For more information about an error, try `rustc --explain E0412`.
2 changes: 1 addition & 1 deletion src/test/ui/privacy/privacy-ns2.stderr
Expand Up @@ -82,5 +82,5 @@ LL | use foo3::{Bar,Baz};

error: aborting due to 7 previous errors

Some errors have detailed explanations: E0423, E0603.
Some errors have detailed explanations: E0423, E0573, E0603.
For more information about an error, try `rustc --explain E0423`.
Expand Up @@ -42,4 +42,5 @@ LL | rustfmt::skip;

error: aborting due to 7 previous errors

For more information about this error, try `rustc --explain E0423`.
Some errors have detailed explanations: E0423, E0573.
For more information about an error, try `rustc --explain E0423`.
1 change: 1 addition & 0 deletions src/test/ui/traits/trait-impl-for-module.stderr
Expand Up @@ -6,3 +6,4 @@ LL | impl A for a {

error: aborting due to previous error

For more information about this error, try `rustc --explain E0573`.
1 change: 1 addition & 0 deletions src/test/ui/type/type-ascription-with-fn-call.stderr
Expand Up @@ -11,3 +11,4 @@ LL | f();

error: aborting due to previous error

For more information about this error, try `rustc --explain E0573`.
1 change: 1 addition & 0 deletions src/test/ui/variants/variant-used-as-type.stderr
Expand Up @@ -24,3 +24,4 @@ LL | impl Ty {}

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0573`.

0 comments on commit 7d357fb

Please sign in to comment.