Add an issue number to this FIXME

This commit is contained in:
Steve Klabnik 2015-09-03 11:00:33 -04:00
parent ef02ffa9fb
commit 9e79fc2d22

View file

@ -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) {