This commit is contained in:
Esteban Küber 2022-05-31 14:20:15 -07:00
parent 532671b8ee
commit 3d60691996

View file

@ -6,6 +6,11 @@ LL | #[derive(Debug)]
LL | pub struct Irrelevant<Irrelevant> {
| ^^^^^^^^^^ type argument not allowed
|
note: type parameter `Irrelevant` defined here
--> $DIR/issue-97343.rs:4:23
|
LL | pub struct Irrelevant<Irrelevant> {
| ^^^^^^^^^^
= note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to previous error