-
Notifications
You must be signed in to change notification settings - Fork 13k
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 unneeded feature attr from atomic integers doctests #61453
Remove unneeded feature attr from atomic integers doctests #61453
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@lzutao: 🔑 Insufficient privileges: not in try users |
r? @sfackler |
Where else is $extra_feature used? It seems like it can be removed entirely from the macro, right? |
I was thinking that |
f256ebd
to
90d8781
Compare
|
Oh, okay. |
90d8781
to
f60b5f1
Compare
Ping @sfackler , this PR is ready to review again. |
@bors r+ rollup Thanks! |
📌 Commit f60b5f1 has been approved by |
…omics, r=sfackler Remove unneeded feature attr from atomic integers doctests Closes rust-lang#61448 r? @Centril
Rollup of 5 pull requests Successful merges: - #61069 (Make MIR drop terminators borrow the dropped location) - #61453 (Remove unneeded feature attr from atomic integers doctests) - #61488 (Fix NLL typeck ICEs) - #61500 (Fix regression 61475) - #61523 (Hide gen_future API from documentation) Failed merges: r? @ghost
Closes #61448
r? @Centril