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

Add -Z check-cfg-features to enable compile-time checking of features #10408

Merged
merged 3 commits into from
Feb 22, 2022

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    03fbb2e View commit details
    Browse the repository at this point in the history
  2. Disable -Z check-cfg-features tests on windows due to weird normaliza…

    …tion issues
    
    See https://github.com/rust-lang/cargo/runs/5290789288?check_suite_focus=true
    Where the expected is: --check-cfg 'values(feature, "f_a", "f_b")'
    But we got: --check-cfg "values(feature, /"f_a/", /"f_b/")"
    Urgau committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    a864c81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ac4f3d View commit details
    Browse the repository at this point in the history