Skip to content

Commit e5abf2a

Browse files
csmoespastorino
authored andcommitted
move from fixme to todo
1 parent 879f7c1 commit e5abf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/mir/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ impl<'tcx> Debug for Statement<'tcx> {
18881888
///////////////////////////////////////////////////////////////////////////
18891889
// Places
18901890

1891-
/// TODO(csmoe): merge the old Place repr into NeoPlace
1891+
/// FIXME(csmoe): merge the old Place repr into NeoPlace
18921892
/// A path to a value; something that can be evaluated without
18931893
/// changing or disturbing program state.
18941894
#[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, RustcEncodable, RustcDecodable)]

0 commit comments

Comments
 (0)