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

rustbuild: allow disabling deny(warnings) for bootstrap #63941

Merged
merged 1 commit into from
Aug 29, 2019

Commits on Aug 27, 2019

  1. rustbuild: allow disabling deny(warnings) for bootstrap

    When deny-warnings is not specified or set to true, the behaviour is the same as before.
    When deny-warnings is set to false, warnings are now allowed
    
    Fixes rust-lang#63911
    
    Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
    Keruspe committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    935c1c8 View commit details
    Browse the repository at this point in the history