Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial comment in librustc_driver/driver.rs #39689

Closed
vext01 opened this issue Feb 9, 2017 · 0 comments
Closed

Partial comment in librustc_driver/driver.rs #39689

vext01 opened this issue Feb 9, 2017 · 0 comments

Comments

@vext01
Copy link
Contributor

vext01 commented Feb 9, 2017

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

frewsxcv added a commit to frewsxcv/rust that referenced this issue Feb 10, 2017
driver: restore partially deleted comment

Fixes rust-lang#39689. Comment was lost in commit 811b874 (rust-lang#31916 @nagisa).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant