(type_alias_enum_variants); issue-58006: rename to something descriptive.

This commit is contained in:
Mazdak Farrokhzad 2019-06-09 05:59:36 +02:00
parent d358b5f1d8
commit 86c74d3a86
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
error[E0533]: expected unit struct/variant or constant, found tuple variant `<Self>::A`
--> $DIR/issue-58006.rs:8:13
--> $DIR/incorrect-variant-form-through-Self-issue-58006.rs:8:13
|
LL | Self::A => (),
| ^^^^^^^