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

rustc: Stricter matching of --cfg options #31530

Merged
merged 2 commits into from
Feb 15, 2016

Commits on Feb 15, 2016

  1. Stricter matching of --cfg options on rustc

    Includes compile-fail test to check that it fails on incomplete
    `--cfg` matches.
    
    Fixes rust-lang#31497.
    dirk committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    b122064 View commit details
    Browse the repository at this point in the history
  2. Rename error-index-generator to error_index_generator

    This is because the tool compiler passes the name of the tool
    as a command line `--cfg`. The improved session config parser
    is stricter and no longer permits invalid meta items (such as
    "error-index-generator").
    dirk committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    2766e25 View commit details
    Browse the repository at this point in the history