We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b790763 commit b5d996aCopy full SHA for b5d996a
usage/tests/fails/missing_display.stderr
@@ -4,7 +4,7 @@ error[E0277]: `NotDisplay` doesn't implement `std::fmt::Display`
4
5 | #[derive(CacheDiff)]
5
| ^^^^^^^^^ `NotDisplay` cannot be formatted with the default formatter
6
|
7
- = help: the trait `std::fmt::Display` is not implemented for `NotDisplay`, which is required by `&NotDisplay: std::fmt::Display`
+ = help: the trait `std::fmt::Display` is not implemented for `NotDisplay`
8
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
9
= note: required for `&NotDisplay` to implement `std::fmt::Display`
10
note: required by a bound in `fmt_value`
0 commit comments