@@ -60,7 +60,7 @@ LL | E1::Z0() => {}
6060 ::: $DIR/auxiliary/declarations-for-tuple-field-count-errors.rs:11:15
6161 |
6262LL | 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
6464 | |
6565 | `E1::Z0` defined here
6666 |
@@ -82,7 +82,7 @@ LL | E1::Z0(x) => {}
8282 ::: $DIR/auxiliary/declarations-for-tuple-field-count-errors.rs:11:15
8383 |
8484LL | 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
8686 | |
8787 | `E1::Z0` defined here
8888 |
@@ -104,7 +104,7 @@ LL | E1::Z1 => {}
104104 ::: $DIR/auxiliary/declarations-for-tuple-field-count-errors.rs:11:19
105105 |
106106LL | pub enum E1 { Z0, Z1(), S(u8, u8, u8) }
107- | -- ---- `E1::Z1` defined here
107+ | -- -- `E1::Z1` defined here
108108 | |
109109 | similarly named unit variant `Z0` defined here
110110 |
@@ -295,7 +295,7 @@ LL | E1::Z1(x) => {}
295295 ::: $DIR/auxiliary/declarations-for-tuple-field-count-errors.rs:11:19
296296 |
297297LL | pub enum E1 { Z0, Z1(), S(u8, u8, u8) }
298- | ---- tuple variant has 0 fields
298+ | -- tuple variant has 0 fields
299299
300300error[E0023]: this pattern has 0 fields, but the corresponding tuple variant has 3 fields
301301 --> $DIR/pat-tuple-field-count-cross.rs:39:9
0 commit comments