Skip to content
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 use of once fns from std #9872

Closed
brson opened this issue Oct 15, 2013 · 1 comment
Closed

Remove use of once fns from std #9872

brson opened this issue Oct 15, 2013 · 1 comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Oct 15, 2013

Once fns are experimental features that the standard library should not be using or exposing to other code: https://github.com/mozilla/rust/blob/master/src/libstd/unstable/intrinsics.rs#L334

@csainty
Copy link
Contributor

csainty commented Oct 17, 2013

This was eventually done in pull request #9863 for issue #9755 so this issue can be closed along with it.

@huonw huonw closed this as completed Oct 17, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Jan 11, 2024
make [`mutex_atomic`] more type aware

fixes: rust-lang#9872

---

changelog: [`mutex_atomic`] now suggests more specific atomic types and skips mutex i128 and u128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

3 participants