Skip to content

Change int to uint in count_is constructor in extfmt #1996

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
catamorphism opened this issue Mar 16, 2012 · 2 comments
Closed

Change int to uint in count_is constructor in extfmt #1996

catamorphism opened this issue Mar 16, 2012 · 2 comments
Labels
A-syntaxext Area: Syntax extensions C-cleanup Category: PRs that clean code up or issues documenting cleanup.

Comments

@catamorphism
Copy link
Contributor

As per a FIXME in function pad. Again, I tried, but the magic of macros is beyond me. count_is always seems to be applied to non-negative ints, so changing to uint gets rid of some casts.

@ghost ghost assigned catamorphism Nov 2, 2012
@catamorphism
Copy link
Contributor Author

I have a fix for this now, just need to make a snapshot.

@catamorphism
Copy link
Contributor Author

Fixed in a006608

@catamorphism catamorphism removed their assignment Jun 16, 2014
bors added a commit to rust-lang-ci/rust that referenced this issue Sep 22, 2022
…test, r=RalfJung

add test for backtrace with global allocator

closes rust-lang#1996
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-syntaxext Area: Syntax extensions C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Projects
None yet
Development

No branches or pull requests

1 participant