mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-06 06:17:39 +03:00
Update ui test suite to nightly-2024-01-31
This commit is contained in:
parent
77d0af46dd
commit
c7c75470ec
8 changed files with 8 additions and 34 deletions
|
@ -7,10 +7,7 @@ error[E0599]: the method `as_dyn_error` exists for struct `String`, but its trai
|
|||
::: $RUST/alloc/src/string.rs
|
||||
|
|
||||
| pub struct String {
|
||||
| -----------------
|
||||
| |
|
||||
| doesn't satisfy `String: AsDynError<'_>`
|
||||
| doesn't satisfy `String: std::error::Error`
|
||||
| ----------------- doesn't satisfy `String: AsDynError<'_>` or `String: std::error::Error`
|
||||
|
|
||||
= note: the following trait bounds were not satisfied:
|
||||
`String: std::error::Error`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue