Skip to content

Partial comment in librustc_driver/driver.rs #39689

Closed

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

    Issue actions