Module rustc_mir_dataflow::drop_flag_effects
source · Functions
Calls
handle_inactive_variant
for each descendant move path of enum_place
that contains a
Downcast
to a variant besides the active_variant
.When enumerating the child fragments of a path, don’t recurse into
paths (1.) past arrays, slices, and pointers, nor (2.) into a type
that implements
Drop
.