Function rustc_driver::driver::phase_3_run_analysis_passesExperimental
[-]
[+]
[src]
pub fn phase_3_run_analysis_passes<'tcx>(sess: Session, ast_map: Map<'tcx>, arenas: &'tcx CtxtArenas<'tcx>, name: String) -> 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.