Skip to content

Partial comment in librustc_driver/driver.rs #39689

@vext01

Description

@vext01
Contributor

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

added a commit that references this issue on Feb 10, 2017
ae5d8fc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @vext01

        Issue actions

          Partial comment in `librustc_driver/driver.rs` · Issue #39689 · rust-lang/rust