Function rustc_driver::driver::phase_3_run_analysis_passesUnstable
[-] [+]
[src]
pub fn phase_3_run_analysis_passes<'tcx>(sess: Session, ast_map: Map<'tcx>, arenas: &'tcx CtxtArenas<'tcx>, name: String, make_glob_map: MakeGlobMap) -> CrateAnalysis<'tcx>
Run the resolution, typechecking, region checking and other miscellaneous analysis passes on the crate. Return various structures carrying the results of the analysis.