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 Sep 25, 2019
commit 2fd38115095f199112ab1775f2d77cb99fba17d0
1 change: 1 addition & 0 deletions src/test/ui/enums-pats-not-idents.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ LL | let a(1) = 13;

error: aborting due to previous error

For more information about this error, try `rustc --explain E0531`.
3 changes: 2 additions & 1 deletion src/test/ui/issues/issue-5927.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ LL | x(1) => x(1)

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0425`.
Some errors have detailed explanations: E0425, E0531.
For more information about an error, try `rustc --explain E0425`.
1 change: 1 addition & 0 deletions src/test/ui/keyword/keyword-self-as-identifier.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ LL | let Self = 22;

error: aborting due to previous error

For more information about this error, try `rustc --explain E0531`.
2 changes: 1 addition & 1 deletion src/test/ui/resolve/resolve-assoc-suggestions.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ LL | method;

error: aborting due to 9 previous errors

Some errors have detailed explanations: E0412, E0425.
Some errors have detailed explanations: E0412, E0425, E0531.
For more information about an error, try `rustc --explain E0412`.
3 changes: 2 additions & 1 deletion src/test/ui/self/self_type_keyword-2.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ LL | Foo { x: Self } => (),

error: aborting due to 4 previous errors

For more information about this error, try `rustc --explain E0432`.
Some errors have detailed explanations: E0432, E0531.
For more information about an error, try `rustc --explain E0432`.
3 changes: 2 additions & 1 deletion src/test/ui/self/self_type_keyword.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ LL | struct Bar<'Self>;

error: aborting due to 12 previous errors

For more information about this error, try `rustc --explain E0392`.
Some errors have detailed explanations: E0392, E0531.
For more information about an error, try `rustc --explain E0392`.