Skip to content

Commit

Permalink
Add an issue number to this FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Sep 3, 2015
1 parent ef02ffa commit 9e79fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/middle/reachable.rs
Expand Up @@ -351,7 +351,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 9e79fc2

Please sign in to comment.