We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532671b commit 3d60691Copy full SHA for 3d60691
src/test/ui/derives/issue-97343.stderr
@@ -6,6 +6,11 @@ LL | #[derive(Debug)]
6
LL | pub struct Irrelevant<Irrelevant> {
7
| ^^^^^^^^^^ type argument not allowed
8
|
9
+note: type parameter `Irrelevant` defined here
10
+ --> $DIR/issue-97343.rs:4:23
11
+ |
12
+LL | pub struct Irrelevant<Irrelevant> {
13
+ | ^^^^^^^^^^
14
= note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
15
16
error: aborting due to previous error
0 commit comments