Function rustc::driver::driver::phase_3_run_analysis_passes[src]
pub fn phase_3_run_analysis_passes(sess: Session, krate: &Crate, ast_map: Map) -> CrateAnalysis
Run the resolution, typechecking, region checking and other miscellaneous analysis passes on the crate. Return various structures carrying the results of the analysis.