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

This commit is contained in:
Manish Goregaokar 2015-09-03 23:30:38 +05:30
commit 956c5977ac

View file

@ -344,7 +344,7 @@ impl<'a, 'tcx> ReachableContext<'a, 'tcx> {
// 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) {