Rollup merge of #28194 - steveklabnik:add_fixme, r=alexcrichton

This commit is contained in:
Manish Goregaokar
2015-09-03 23:30:38 +05:30
+1 -1
View File
@@ -344,7 +344,7 @@ fn propagate_node(&mut self, node: &ast_map::Node,
// Step 3: Mark all destructors as reachable.
//
// FIXME(pcwalton): This is a conservative overapproximation, but fixing
// FIXME #10732: This is a conservative overapproximation, but fixing
// this properly would result in the necessity of computing *type*
// reachability, which might result in a compile time loss.
fn mark_destructors_reachable(&mut self) {