-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Description
Looks like a line went missing in librustc_driver/driver.rs
?
/// Run the translation phase to LLVM, after which the AST and analysis can
pub fn phase_4_translate_to_llvm<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
analysis: ty::CrateAnalysis,
incremental_hashes_map: &IncrementalHashesMap)
-> trans::CrateTranslation {
let time_passes = tcx.sess.time_passes();
After which the AST and analysis can...
This is in the master branch.
Thanks
Activity
Rollup merge of rust-lang#39693 - durka:patch-36, r=petrochenkov