Home
last modified time | relevance | path

Searched refs:BorrowckResults (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/
H A Ddataflow.rs27 pub type BorrowckResults<'mir, 'tcx> = BorrowckAnalyses< typedef
35 <BorrowckResults<'mir, 'tcx> as ResultsVisitable<'tcx>>::FlowState;
H A Dlib.rs92 use dataflow::{BorrowIndex, BorrowckFlowState as Flows, BorrowckResults, Borrows};
368 let results = BorrowckResults { in do_mir_borrowck()