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 13, 2019
1 parent 6a64e9c commit 9f392c4
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-17001.stderr
Expand Up @@ -6,3 +6,4 @@ LL | let p = foo { x: () };

error: aborting due to previous error

For more information about this error, try `rustc --explain E0574`.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-17405.stderr
Expand Up @@ -6,3 +6,4 @@ LL | Foo { i } => ()

error: aborting due to previous error

For more information about this error, try `rustc --explain E0574`.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-21449.stderr
Expand Up @@ -6,3 +6,4 @@ LL | let myVar = MyMod { T: 0 };

error: aborting due to previous error

For more information about this error, try `rustc --explain E0574`.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-23189.stderr
Expand Up @@ -6,3 +6,4 @@ LL | let _ = module { x: 0 };

error: aborting due to previous error

For more information about this error, try `rustc --explain E0574`.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-26459.stderr
Expand Up @@ -6,3 +6,4 @@ LL | char{ch} => true

error: aborting due to previous error

For more information about this error, try `rustc --explain E0574`.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-27815.stderr
Expand Up @@ -24,3 +24,4 @@ LL | u32 { x: 1 } => {}

error: aborting due to 4 previous errors

For more information about this error, try `rustc --explain E0574`.
3 changes: 2 additions & 1 deletion src/test/ui/lexical-scopes.stderr
Expand Up @@ -16,4 +16,5 @@ LL | Foo::f();

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0599`.
Some errors have detailed explanations: E0574, E0599.
For more information about an error, try `rustc --explain E0574`.
1 change: 1 addition & 0 deletions src/test/ui/resolve/issue-16058.stderr
Expand Up @@ -14,3 +14,4 @@ LL | use std::thread::Result;

error: aborting due to previous error

For more information about this error, try `rustc --explain E0574`.
1 change: 1 addition & 0 deletions src/test/ui/traits/trait-as-struct-constructor.stderr
Expand Up @@ -6,3 +6,4 @@ LL | TraitNotAStruct{ value: 0 };

error: aborting due to previous error

For more information about this error, try `rustc --explain E0574`.
1 change: 1 addition & 0 deletions src/test/ui/try-block/try-block-in-edition2015.stderr
Expand Up @@ -21,3 +21,4 @@ LL | let try_result: Option<_> = try {

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0574`.
1 change: 1 addition & 0 deletions src/test/ui/use/issue-18986.stderr
Expand Up @@ -6,3 +6,4 @@ LL | Trait { x: 42 } => ()

error: aborting due to previous error

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

0 comments on commit 9f392c4

Please sign in to comment.