Skip to content

Commit ca9c7ae

Browse files
authored
driver: restore partially deleted comment
1 parent 1129ce5 commit ca9c7ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_driver/driver.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,7 @@ pub fn phase_3_run_analysis_passes<'tcx, F, R>(sess: &'tcx Session,
10001000
}
10011001

10021002
/// Run the translation phase to LLVM, after which the AST and analysis can
1003+
/// be discarded.
10031004
pub fn phase_4_translate_to_llvm<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
10041005
analysis: ty::CrateAnalysis,
10051006
incremental_hashes_map: &IncrementalHashesMap)

0 commit comments

Comments
 (0)