Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-07-10
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 10, 2022
1 parent f09771e commit 24db929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/source-struct-not-error.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ error[E0599]: the method `as_dyn_error` exists for struct `NotError`, but its tr
|
4 | struct NotError;
| ---------------
| | |
| | method `as_dyn_error` not found for this struct
| |
| method `as_dyn_error` not found for this struct
| doesn't satisfy `NotError: AsDynError`
| doesn't satisfy `NotError: std::error::Error`
...
Expand Down

0 comments on commit 24db929

Please sign in to comment.