Skip to content

Commit 797f9ce

Browse files
authored
Rollup merge of #88661 - est31:typo_fix_in_test, r=joshtriplett
Correct typo found while addressing reviewer remarks for #88316
2 parents 5f09e93 + 80d3cbc commit 797f9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/moves/move-guard-same-consts.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// arms whose patterns were composed solely of constants to not have
33
// them linked in the cfg.
44
//
5-
// THis was broken for various reasons. In particular, that hack was
5+
// This was broken for various reasons. In particular, that hack was
66
// originally authored under the assunption that other checks
77
// elsewhere would ensure that the two patterns did not overlap. But
88
// that assumption did not hold, at least not in the long run (namely,

0 commit comments

Comments
 (0)