Skip to content

Commit

Permalink
Rollup merge of rust-lang#28194 - steveklabnik:add_fixme, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Sep 3, 2015
2 parents 75ca401 + 9e79fc2 commit 956c597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/middle/reachable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 956c597

Please sign in to comment.