Update doc comment.
This commit is contained in:
parent
b8fed2f21c
commit
94c5ea350f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ impl<'tcx> MirPass<'tcx> for ElaborateDrops {
|
|||
}
|
||||
}
|
||||
|
||||
/// Removes unwind edges which are known to be unreachable, because they are in `drop` terminators
|
||||
/// Records unwind edges which are known to be unreachable, because they are in `drop` terminators
|
||||
/// that can't drop anything.
|
||||
#[instrument(level = "trace", skip(body, flow_inits), ret)]
|
||||
fn compute_dead_unwinds<'mir, 'tcx>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue