Struct rustc_borrowck::FnPartsWithCFGExperimental
[-]
[+]
[src]
pub struct FnPartsWithCFG<'a> {
pub fn_parts: FnParts<'a>,
pub cfg: &'a CFG,
}This and a ty::ctxt is all you need to run the dataflow analyses
used in the borrow checker.
Fields
fn_parts | |
cfg |