Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update ui tests
  • Loading branch information
GuillaumeGomez committed Oct 13, 2019
commit 9f392c43dc62ab3f229fcb274393eee4e93fa630
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-17001.stderr
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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`.