Function rustc_ast::mut_visit::visit_clobber [−][src]
Expand description
Use a map-style function (FnOnce(T) -> T
) to overwrite a &mut T
. Useful
when using a flat_map_*
or filter_map_*
method within a visit_
method. Abort the program if the closure panics.