mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 21:37:57 +03:00
Update to nightly-2020-04-20
This commit is contained in:
parent
4fe306f5c3
commit
65f7773cca
1 changed files with 5 additions and 0 deletions
|
@ -4,5 +4,10 @@ error[E0277]: `MyError` doesn't implement `std::fmt::Display`
|
|||
4 | pub enum MyError {
|
||||
| ^^^^^^^^^^^^^^^^ `MyError` cannot be formatted with the default formatter
|
||||
|
|
||||
::: $RUST/src/libstd/error.rs
|
||||
|
|
||||
| pub trait Error: Debug + Display {
|
||||
| ------- required by this bound in `std::error::Error`
|
||||
|
|
||||
= help: the trait `std::fmt::Display` is not implemented for `MyError`
|
||||
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue