We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Since #56753 has already landed and the feature is stable, all the #![feature(integer_atomics)] at the top of the doctests, e.g. here can be removed.
#![feature(integer_atomics)]
This issue has been assigned to @lzutao via this comment.
The text was updated successfully, but these errors were encountered:
@rustbot claim
Sorry, something went wrong.
Rollup merge of rust-lang#61453 - lzutao:nouse-featuregate-integer_at…
98176fc
…omics, r=sfackler Remove unneeded feature attr from atomic integers doctests Closes rust-lang#61448 r? @Centril
fix: Remove useless attribute because the API is now stabilized
71fcb02
rust-lang/rust#61448
rustbot
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Since #56753 has already landed and the feature is stable, all the
#![feature(integer_atomics)]
at the top of the doctests, e.g. here can be removed.This issue has been assigned to @lzutao via this comment.
The text was updated successfully, but these errors were encountered: