-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Enable conditional checking of values in the Rust codebase #94738
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