Skip to content

AtomicUint -> AtomicUsize #20893

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

Closed
cgaebel opened this issue Jan 10, 2015 · 0 comments · Fixed by #20896
Closed

AtomicUint -> AtomicUsize #20893

cgaebel opened this issue Jan 10, 2015 · 0 comments · Fixed by #20896

Comments

@cgaebel
Copy link
Contributor

cgaebel commented Jan 10, 2015

the atomic uint/int s need to be renamed.

sfackler added a commit to sfackler/rust that referenced this issue Jan 11, 2015
Change any use of AtomicInt to AtomicIsize and AtomicUint to AtomicUsize

Closes rust-lang#20893

[breaking-change]
bors added a commit that referenced this issue Jan 12, 2015
Change any use of AtomicInt to AtomicIsize and AtomicUint to AtomicUsize

Closes #20893

[breaking-change]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants