Update ui test suite to nightly-2022-07-10

This commit is contained in:
David Tolnay 2022-07-09 19:50:13 -07:00
parent f09771ebba
commit 24db929a56
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 2 additions and 2 deletions

View File

@ -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`
...