mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Rollup merge of #28194 - steveklabnik:add_fixme, r=alexcrichton
This commit is contained in:
@@ -344,7 +344,7 @@ fn propagate_node(&mut self, node: &ast_map::Node,
|
||||
|
||||
// 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) {
|
||||
|
||||
Reference in New Issue
Block a user