blob: 15d15f2f40d98395e8f7e348c33a29651e8cf36f [file] [log] [blame]
error[E0533]: expected unit struct, unit variant or constant, found tuple variant `Self::A`
--> $DIR/incorrect-variant-form-through-Self-issue-58006.rs:8:13
|
LL | Self::A => (),
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0533`.