Rollup merge of #39693 - durka:patch-36, r=petrochenkov
driver: restore partially deleted comment
Fixes #39689. Comment was lost in commit 811b8747
(#31916 @nagisa).
This commit is contained in:
commit
ae5d8fc929
@ -1000,6 +1000,7 @@ pub fn phase_3_run_analysis_passes<'tcx, F, R>(sess: &'tcx Session,
|
||||
}
|
||||
|
||||
/// Run the translation phase to LLVM, after which the AST and analysis can
|
||||
/// be discarded.
|
||||
pub fn phase_4_translate_to_llvm<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
|
||||
analysis: ty::CrateAnalysis,
|
||||
incremental_hashes_map: &IncrementalHashesMap)
|
||||
|
Loading…
Reference in New Issue
Block a user