]> git.lizzy.rs Git - rust.git/commitdiff
Convert TODO into FIXME
authorNiko Matsakis <niko@alum.mit.edu>
Thu, 5 Nov 2015 16:54:24 +0000 (11:54 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Thu, 5 Nov 2015 16:54:24 +0000 (11:54 -0500)
src/librustc_mir/build/matches/test.rs

index 162ef135dc0101143f52460716d4ab4ee325784f..280b5f1d67ff706d43d60d31964bf2265ce5ad30 100644 (file)
@@ -378,7 +378,7 @@ fn test_informs_match_pair(&mut self,
                     // 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,
                 }
@@ -391,7 +391,7 @@ fn test_informs_match_pair(&mut self,
                 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