Skip to content

Commit fd44b76

Browse files
committed
type-alias-enum-variants-priority-2: rename to something descriptive.
1 parent 6d1ecb3 commit fd44b76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/ui/type-alias-enum-variants/type-alias-enum-variants-priority-2.stderr renamed to src/test/ui/type-alias-enum-variants/enum-variant-priority-higher-than-other-inherent.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0061]: this function takes 1 parameter but 0 parameters were supplied
2-
--> $DIR/type-alias-enum-variants-priority-2.rs:21:5
2+
--> $DIR/enum-variant-priority-higher-than-other-inherent.rs:21:5
33
|
44
LL | V(u8)
55
| ----- defined here
@@ -8,7 +8,7 @@ LL | <E>::V();
88
| ^^^^^^^^ expected 1 parameter
99

1010
error[E0308]: mismatched types
11-
--> $DIR/type-alias-enum-variants-priority-2.rs:22:17
11+
--> $DIR/enum-variant-priority-higher-than-other-inherent.rs:22:17
1212
|
1313
LL | let _: u8 = <E2>::V;
1414
| ^^^^^^^ expected u8, found enum `E2`

0 commit comments

Comments
 (0)