Ordering::AcqRel implementation contradicts the docs #49127
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Documentation on
Ordering::AcqRel
states:However, this code
panics on both store and load (if the call to store() is commented out)
Either documentation should be updated to describe why this is not relevant to store/load, or implementation should be fixed to actually deliver on the promise.
The text was updated successfully, but these errors were encountered: