Struct rustc_borrowck::FnPartsWithCFGUnstable
[-] [+]
[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 |