Skip to content

Commit

Permalink
Convert TODO into FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Nov 5, 2015
1 parent 3e6b454 commit dcf323e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_mir/build/matches/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ impl<'a,'tcx> Builder<'a,'tcx> {
// Did not do an integer equality test (which is always a SwitchInt).
// So we learned nothing relevant to this match-pair.
//
// TODO we could use TestKind::Range to rule
// FIXME(#29623) we could use TestKind::Range to rule
// things out here, in some cases.
_ => false,
}
Expand All @@ -391,7 +391,7 @@ impl<'a,'tcx> Builder<'a,'tcx> {
if pattern_test.kind == *test_kind {
true
} else {
// TODO in all 3 cases, we could sometimes do
// FIXME(#29623) in all 3 cases, we could sometimes do
// better here. For example, if we are checking
// whether the value is equal to X, and we find
// that it is, that (may) imply value is not equal
Expand Down

0 comments on commit dcf323e

Please sign in to comment.