Skip to content

Commit 3d60691

Browse files
committed
Fix test
1 parent 532671b commit 3d60691

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/ui/derives/issue-97343.stderr

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ LL | #[derive(Debug)]
66
LL | pub struct Irrelevant<Irrelevant> {
77
| ^^^^^^^^^^ type argument not allowed
88
|
9+
note: type parameter `Irrelevant` defined here
10+
--> $DIR/issue-97343.rs:4:23
11+
|
12+
LL | pub struct Irrelevant<Irrelevant> {
13+
| ^^^^^^^^^^
914
= note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
1015

1116
error: aborting due to previous error

0 commit comments

Comments
 (0)