]> git.lizzy.rs Git - rust.git/commitdiff
driver: restore partially deleted comment
authorAlex Burka <durka42+github@gmail.com>
Thu, 9 Feb 2017 17:07:58 +0000 (12:07 -0500)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2017 17:07:58 +0000 (12:07 -0500)
src/librustc_driver/driver.rs

index 33bf4d5276adf23e7f9aa8b0d3204bc8483660a0..4fe3730bbe24985c88a6e0dd61d51a634750e0e2 100644 (file)
@@ -1000,6 +1000,7 @@ macro_rules! try_with_f {
 }
 
 /// 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)