Enable conditional checking of values in the Rust codebase#94738
Enable conditional checking of values in the Rust codebase#94738bors merged 2 commits intorust-lang:masterfrom
Conversation
This comment has been minimized.
This comment has been minimized.
|
cc @petrochenkov: the above failure is due to the |
|
|
828a89c to
1739793
Compare
|
Just in case you haven't seen that it was ready for another review. @rustbot ready |
|
@bors r+ rollup=iffy |
|
📌 Commit 1739793 has been approved by |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (21b0325): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
This pull-request enable conditional checking of (well known) values in the Rust codebase.
Well known values were added in #94362. All the
target_*values are taken from all the built-in targets which is why some extra values were needed do be added as they are not (yet ?) defined in any built-in targets.r? @Mark-Simulacrum