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

Separate tree_builder/rules.rs code generation from unstable optimizations #182

Merged
merged 1 commit into from Nov 11, 2015

Commits on Nov 11, 2015

  1. Separate tree_builder/rules.rs code generation from unstable optimiza…

    …tions
    
    … in Cargo features.
    
    The 'codegen' feature is only useful when working on that file,
    dependency don’t need it.
    But they might still want NonZero/unsafe_no_drop_flag optimizations
    when on Rust Nightly.
    
    This will reduce breaking of dependent crates when libsyntax changes.
    SimonSapin committed Nov 11, 2015
You can’t perform that action at this time.