-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Consider renaming str
, int
, etc. to Str
, Int
, Etc.
#7275
Comments
Primitive types have single lexeme literals. |
Types like U8 become a bit shouty when capitalized. |
nominating |
wontfix |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Feb 24, 2022
Migrate `dbg_macro` to late pass changelog: Make `dbg_macro` work with crate level attributes and inside macro calls One down for rust-lang#6610, fixes rust-lang#7275 Also fixes rust-lang#7274, and adds parenthesis around the suggestion for `dbg!(1, 2, 3)` as it expands to a tuple
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Let's try not to get too bikesheddy here.
Arguments in favor of changing to uppercase:
Arguments in favor of leaving them lowercase:
The text was updated successfully, but these errors were encountered: