File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ help: the trait `std::fmt::Display` is not implemented for `MyError`
10103 | struct MyError;
1111 | ^^^^^^^^^^^^^^
1212note: required by a bound in `std::error::Error`
13- --> $SRC_DIR/core/src/error.rs:LL:COL
13+ --> $SRC_DIR/core/src/error/mod .rs:LL:COL
1414
1515error[E0277]: `MyError` doesn't implement `Debug`
1616 --> $DIR/issue-71363.rs:4:28
@@ -20,7 +20,7 @@ error[E0277]: `MyError` doesn't implement `Debug`
2020 |
2121 = note: add `#[derive(Debug)]` to `MyError` or manually `impl Debug for MyError`
2222note: required by a bound in `std::error::Error`
23- --> $SRC_DIR/core/src/error.rs:LL:COL
23+ --> $SRC_DIR/core/src/error/mod .rs:LL:COL
2424help: consider annotating `MyError` with `#[derive(Debug)]`
2525 |
26263 + #[derive(Debug)]
You can’t perform that action at this time.
0 commit comments