blob: 128a85e15634cd44c5985cb9ea887e7eae5c05cc [file] [log] [blame]
error[E0533]: expected unit struct/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