Update ui test suite to nightly-2024-01-31

This commit is contained in:
David Tolnay 2024-01-30 22:18:29 -08:00
parent 77d0af46dd
commit c7c75470ec
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
8 changed files with 8 additions and 34 deletions

View file

@ -2,11 +2,7 @@ error[E0599]: the method `as_dyn_error` exists for struct `NotError`, but its tr
--> tests/ui/source-struct-unnamed-field-not-error.rs:8:26
|
4 | struct NotError;
| ---------------
| |
| method `as_dyn_error` not found for this struct
| doesn't satisfy `NotError: AsDynError<'_>`
| doesn't satisfy `NotError: std::error::Error`
| --------------- method `as_dyn_error` not found for this struct because it doesn't satisfy `NotError: AsDynError<'_>` or `NotError: std::error::Error`
...
8 | pub struct ErrorStruct(#[source] NotError);
| ^^^^^^ method cannot be called on `NotError` due to unsatisfied trait bounds