about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-08-16 11:52:38 +0000
committerbors <bors@rust-lang.org>2024-08-16 11:52:38 +0000
commit27b93da8de2477b3a41811b0ee486cffa99fa00e (patch)
tree53c8a9a98b5120f37efd71a0bb28182f29f77d19 /compiler/rustc_const_eval/src/errors.rs
parent8fbdc04f1b2d6280c18f9e5458253bbe8e184a70 (diff)
parent469d5937bf392d79557dc2c6b0548a7d32ab6465 (diff)
downloadrust-27b93da8de2477b3a41811b0ee486cffa99fa00e.tar.gz
rust-27b93da8de2477b3a41811b0ee486cffa99fa00e.zip
Auto merge of #129052 - onur-ozkan:better-incompatibility-check, r=Kobzol
detect incompatible CI rustc options more precisely

Previously, the logic here was simply checking whether the option was set in `config.toml`. This approach was not manageable in our CI runners as we set so many options in config.toml. In reality, those values are not incompatible since they are usually the same value used to generate the CI rustc. Now, the new logic compares the configuration values with the values used to generate the CI rustc, so we get more precise results and make the process more manageable.

r? Kobzol

Blocker for https://github.com/rust-lang/rust/pull/122709
Diffstat (limited to 'compiler/rustc_const_eval/src/errors.rs')
0 files changed, 0 insertions, 0 deletions