@@ -60,7 +60,7 @@ LL | E1::Z0() => {}
60
60
::: $DIR/auxiliary/declarations-for-tuple-field-count-errors.rs:11:15
61
61
|
62
62
LL | pub enum E1 { Z0, Z1(), S(u8, u8, u8) }
63
- | -- ---- similarly named tuple variant `Z1` defined here
63
+ | -- -- similarly named tuple variant `Z1` defined here
64
64
| |
65
65
| `E1::Z0` defined here
66
66
|
@@ -82,7 +82,7 @@ LL | E1::Z0(x) => {}
82
82
::: $DIR/auxiliary/declarations-for-tuple-field-count-errors.rs:11:15
83
83
|
84
84
LL | pub enum E1 { Z0, Z1(), S(u8, u8, u8) }
85
- | -- ---- similarly named tuple variant `Z1` defined here
85
+ | -- -- similarly named tuple variant `Z1` defined here
86
86
| |
87
87
| `E1::Z0` defined here
88
88
|
@@ -104,7 +104,7 @@ LL | E1::Z1 => {}
104
104
::: $DIR/auxiliary/declarations-for-tuple-field-count-errors.rs:11:19
105
105
|
106
106
LL | pub enum E1 { Z0, Z1(), S(u8, u8, u8) }
107
- | -- ---- `E1::Z1` defined here
107
+ | -- -- `E1::Z1` defined here
108
108
| |
109
109
| similarly named unit variant `Z0` defined here
110
110
|
@@ -295,7 +295,7 @@ LL | E1::Z1(x) => {}
295
295
::: $DIR/auxiliary/declarations-for-tuple-field-count-errors.rs:11:19
296
296
|
297
297
LL | pub enum E1 { Z0, Z1(), S(u8, u8, u8) }
298
- | ---- tuple variant has 0 fields
298
+ | -- tuple variant has 0 fields
299
299
300
300
error[E0023]: this pattern has 0 fields, but the corresponding tuple variant has 3 fields
301
301
--> $DIR/pat-tuple-field-count-cross.rs:39:9
0 commit comments