Skip to content

Commit 9e79fc2

Browse files
committed
Add an issue number to this FIXME
1 parent ef02ffa commit 9e79fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/reachable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ impl<'a, 'tcx> ReachableContext<'a, 'tcx> {
351351

352352
// Step 3: Mark all destructors as reachable.
353353
//
354-
// FIXME(pcwalton): This is a conservative overapproximation, but fixing
354+
// FIXME #10732: This is a conservative overapproximation, but fixing
355355
// this properly would result in the necessity of computing *type*
356356
// reachability, which might result in a compile time loss.
357357
fn mark_destructors_reachable(&mut self) {

0 commit comments

Comments
 (0)