1
Fork 0

Rollup merge of #127769 - compiler-errors:ed-2024-dep, r=oli-obk

Don't use implicit features in `Cargo.toml` in `compiler/`

Fixes compiler crates to stop using implicit features (https://github.com/rust-lang/cargo/issues/12826) which are denied in in edition 2024.
This commit is contained in:
Matthias Krüger 2024-07-17 16:22:31 +02:00 committed by GitHub
commit 9db57bf0c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 42 additions and 33 deletions

View file

@ -40,5 +40,5 @@ tracing = "0.1"
[features]
# tidy-alphabetical-start
rustc_use_parallel_compiler = ["rustc-rayon-core"]
rustc_use_parallel_compiler = ["dep:rustc-rayon-core"]
# tidy-alphabetical-end