Fix test
This commit is contained in:
parent
532671b8ee
commit
3d60691996
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue