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 d8d55e6 commit dbdb5a2Copy full SHA for dbdb5a2
tests/ui/missing-display.stderr
@@ -1,8 +1,8 @@
1
error[E0277]: `MyError` doesn't implement `std::fmt::Display`
2
- --> $DIR/missing-display.rs:4:1
3
- |
4
-4 | pub enum MyError {
5
- | ^^^^^^^^^^^^^^^^ `MyError` cannot be formatted with the default formatter
6
7
- = help: the trait `std::fmt::Display` is not implemented for `MyError`
8
- = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
+ --> $DIR/missing-display.rs:4:1
+ |
+4 | pub enum MyError {
+ | ^^^^^^^^^^^^^^^^ `MyError` cannot be formatted with the default formatter
+ = 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
0 commit comments