-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 the unstable core::sync::atomic::ATOMIC_*_INIT
constants
#105571
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
0115e48
to
d455057
Compare
@rustbot label: +T-libs-api -T-libs +A-atomic |
@@ -93,7 +93,7 @@ | |||
#![feature(const_option)] | |||
#![feature(const_option_ext)] | |||
#![feature(const_result)] | |||
#![feature(integer_atomics)] | |||
#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the feature now only exists if cfg(target_has_atomic = "128")
.
ping @joshtriplett - this has been waiting on review for a while |
@bors r+ |
📌 Commit d4550578668dbdf50a9e628ed72bdc20fa06a6f5 has been approved by It is now in the queue for this repository. |
⌛ Testing commit d4550578668dbdf50a9e628ed72bdc20fa06a6f5 with merge 5d230c757ed675162bde2e6cccbc20ee1b9eaad1... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
d455057
to
c3462a0
Compare
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (d26f0b7): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 649.563s -> 650.755s (0.18%) |
Tracking issue: #99069
It would be weird to ever stabilise these as they are already deprecated.