rustc_
mir_
transform
1.90.0-nightly
(a2d45f73c 2025-07-07)
In rustc_
mir_
transform::
coroutine::
drop
Structs
FixReturnPendingVisitor
Functions
build_pin_fut
build_poll_call
build_poll_switch
cleanup_async_drops
create_coroutine_drop_shim
create_coroutine_drop_shim_async
create_coroutine_drop_shim_proxy_async
elaborate_coroutine_drops
expand_async_drops
gather_dropline_blocks
has_expandable_async_drops
insert_clean_drop
rustc_mir_transform
::
coroutine
::
drop
Function
gather_dropline_blocks
Copy item path
Settings
Help
Summary
Source
fn gather_dropline_blocks<'tcx>( body: &mut
Body
<'tcx>, ) ->
DenseBitSet
<
BasicBlock
>