Skip to content

Commit dcf323e

Browse files
committed
Convert TODO into FIXME
1 parent 3e6b454 commit dcf323e

File tree

1 file changed

+2
-2
lines changed
  • src/librustc_mir/build/matches

1 file changed

+2
-2
lines changed

src/librustc_mir/build/matches/test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ impl<'a,'tcx> Builder<'a,'tcx> {
378378
// Did not do an integer equality test (which is always a SwitchInt).
379379
// So we learned nothing relevant to this match-pair.
380380
//
381-
// TODO we could use TestKind::Range to rule
381+
// FIXME(#29623) we could use TestKind::Range to rule
382382
// things out here, in some cases.
383383
_ => false,
384384
}
@@ -391,7 +391,7 @@ impl<'a,'tcx> Builder<'a,'tcx> {
391391
if pattern_test.kind == *test_kind {
392392
true
393393
} else {
394-
// TODO in all 3 cases, we could sometimes do
394+
// FIXME(#29623) in all 3 cases, we could sometimes do
395395
// better here. For example, if we are checking
396396
// whether the value is equal to X, and we find
397397
// that it is, that (may) imply value is not equal

0 commit comments

Comments
 (0)