Skip to content

Commit 86c74d3

Browse files
committed
(type_alias_enum_variants); issue-58006: rename to something descriptive.
1 parent d358b5f commit 86c74d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/test/ui/type-alias-enum-variants/issue-58006.stderr renamed to src/test/ui/type-alias-enum-variants/incorrect-variant-form-through-Self-issue-58006.stderr

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

0 commit comments

Comments
 (0)