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

Do some preparation work for compiletest check-cfg #123577

Merged
merged 3 commits into from
Apr 8, 2024

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    c4a97d9 View commit details
    Browse the repository at this point in the history
  2. Remove useless configs in tests

    Since they are never set and don't have impact on the test.
    
    Or for the cfg-panic tests are already tested with check-cfg.
    Urgau committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    3ba0139 View commit details
    Browse the repository at this point in the history
  3. Rename invalid false cfg to valid _false cfg

    While `false` is accepted by `--cfg` it isn't by `#[cfg(false)]`
    since in that context `false` is the boolean not a ident.
    Urgau committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    47ff773 View commit details
    Browse the repository at this point in the history