Skip to content

Commit 6568efc

Browse files
committed
Rollup merge of rust-lang#28194 - steveklabnik:add_fixme, r=alexcrichton
2 parents fea0742 + 9e79fc2 commit 6568efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/reachable.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ impl<'a, 'tcx> ReachableContext<'a, 'tcx> {
344344

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

0 commit comments

Comments
 (0)