mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00:00
Rollup merge of #28194 - steveklabnik:add_fixme, r=alexcrichton
This commit is contained in:
commit
956c5977ac
@ -344,7 +344,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) {
|
||||
|
Loading…
Reference in New Issue
Block a user