-
-
Notifications
You must be signed in to change notification settings - Fork 16.1k
Tracking Issue for atomic volatile operations (atomic_volatile) #158947
Copy link
Copy link
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
Activity
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Feature gate:
#![feature(atomic_volatile)]This is a tracking issue for atomic volatile operations
Atomic*types libs-team#801Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)Atomic*types libs-team#801volatile_loadtoload_volatileto be consistent with the existingread_volatilethat also makesvolatilea suffix rather than a prefix (and same for stores)Unresolved Questions
arbitrary_self_types_pointers. Are we okay with that or would it be bad to expose that on stable?Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩