-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Remove deprecated --check-cfg
syntax
#117981
Remove deprecated --check-cfg
syntax
#117981
Conversation
This comment has been minimized.
This comment has been minimized.
Some changes occurred in src/tools/rust-analyzer cc @rust-lang/rust-analyzer |
I've update the |
Yes, very much, but if it's required for this PR, we'll need a sync PR before this lands. |
internal: Bump libc CC rust-lang/rust#117981
Subtree update of `rust-analyzer` r? `@ghost` Out of band, but required for rust-lang#117981.
Subtree update of `rust-analyzer` r? `@ghost` Out of band, but required for rust-lang#117981.
c6b1230
to
f405a1c
Compare
☔ The latest upstream changes (presumably #118134) made this pull request unmergeable. Please resolve the merge conflicts. |
7397a4d
to
623e99e
Compare
@bors r+ rollup |
…syntax, r=b-naber Remove deprecated `--check-cfg` syntax This PR removes the deprecated `--check-cfg` `names(...)` and `values(...)` syntax. Follow up to rust-lang#111072 Part of rust-lang/compiler-team#636 r? compiler
…fee1-dead Rollup of 8 pull requests Successful merges: - rust-lang#117922 (Tweak unclosed generics errors) - rust-lang#117981 (Remove deprecated `--check-cfg` syntax) - rust-lang#118471 (Fix typos in README.md) - rust-lang#118488 (Change prefetch to avoid deadlock) - rust-lang#118605 (Remove `#[rustc_host]`, use internal desugaring) - rust-lang#118608 (Use default params until effects in desugaring) - rust-lang#118614 (Update books) - rust-lang#118637 (rustc_symbol_mangling,rustc_interface,rustc_driver_impl: Enforce `rustc::potential_query_instability` lint) r? `@ghost` `@rustbot` modify labels: rollup
Version 0.2.150 include support for the new check-cfg syntax
623e99e
to
3f0369e
Compare
81591ea
to
3f0369e
Compare
After some trouble finding a runner that actually test the step that broke, I can confirm that it is solved by 801bc56 (cf. temporary x86_64-gnu runner). The PR can be re-approved. @rustbot labels -T-bootstrap -T-infra -A-testsuite -S-waiting-on-author +S-waiting-on-review |
@bors r=b-naber |
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#117981 (Remove deprecated `--check-cfg` syntax) - rust-lang#118177 (Suppress warnings in LLVM wrapper when targeting MSVC) - rust-lang#118317 (tip for define macro name after `macro_rules!`) - rust-lang#118504 (Enforce `must_use` on associated types and RPITITs that have a must-use trait in bounds) - rust-lang#118660 (rustc_arena: add `alloc_str`) - rust-lang#118681 (Fix is_foreign_item for StableMIR instance ) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#117981 - Urgau:check-cfg-remove-deprecated-syntax, r=b-naber Remove deprecated `--check-cfg` syntax This PR removes the deprecated `--check-cfg` `names(...)` and `values(...)` syntax. Follow up to rust-lang#111072 Part of rust-lang/compiler-team#636 r? compiler
Subtree update of `rust-analyzer` r? `@ghost` Out of band, but required for rust-lang/rust#117981.
Subtree update of `rust-analyzer` r? `@ghost` Out of band, but required for rust-lang/rust#117981.
This PR removes the deprecated
--check-cfg
names(...)
andvalues(...)
syntax.Follow up to #111072
Part of rust-lang/compiler-team#636
r? compiler