Module rustc_mir::transform::elaborate_drops[][src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Structs

ElaborateDrops [
Experimental
]
ElaborateDropsCtxt [
Experimental
]
Elaborator [
Experimental
]
InitializationData [
Experimental
]

Functions

find_dead_unwinds [
Experimental
]

Return the set of basic blocks whose unwind edges are known to not be reachable, because they are drop terminators that can't drop anything.