2022-05-27 10:47:05 -07:00
|
|
|
error[E0109]: type arguments are not allowed for this type
|
|
|
|
--> $DIR/issue-97343.rs:4:23
|
|
|
|
|
|
|
|
|
LL | #[derive(Debug)]
|
|
|
|
| ----- in this derive macro expansion
|
|
|
|
LL | pub struct Irrelevant<Irrelevant> {
|
|
|
|
| ^^^^^^^^^^ type argument not allowed
|
|
|
|
|
|
|
|
|
= note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
|
2022-05-27 10:48:12 -07:00
|
|
|
error: aborting due to previous error
|
2022-05-27 10:47:05 -07:00
|
|
|
|
2022-05-27 10:48:12 -07:00
|
|
|
For more information about this error, try `rustc --explain E0109`.
|