-
Notifications
You must be signed in to change notification settings - Fork 13.3k
std::int::min_value, max_value, etc. should be capitalized #10010
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
Comments
Nominating. |
1.0, backcompat |
@berleon, are you still working on this? I'll be happy to pick up where you left off. |
@lfairy Have a go at it. |
@brson I've noticed in Now that I think about it, I prefer the shorter |
The following are renamed: * `min_value` => `MIN` * `max_value` => `MAX` * `bits` => `BITS` * `bytes` => `BYTES` All tests pass, except for `run-pass/phase-syntax-link-does-resolve.rs`. I doubt that failure is related, though. Fixes #10010.
The following are renamed: * `min_value` => `MIN` * `max_value` => `MAX` * `bits` => `BITS` * `bytes` => `BYTES` Fixes rust-lang#10010.
Rustup r? `@ghost` changelog: none
Not sure why they are lowercase.
The text was updated successfully, but these errors were encountered: