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 5362bc6 commit b5b259fCopy full SHA for b5b259f
tests/ui/result_no_display.stderr
@@ -2,7 +2,4 @@ error[E0277]: `NonError` doesn't implement `std::fmt::Display`
2
--> tests/ui/result_no_display.rs:4:19
3
|
4
4 | fn f() -> Result<()>;
5
- | ^^^^^^^^^^ `NonError` cannot be formatted with the default formatter
6
- |
7
- = help: the trait `std::fmt::Display` is not implemented for `NonError`
8
- = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
+ | ^^^^^^^^^^ the trait `std::fmt::Display` is not implemented for `NonError`
0 commit comments