-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Add missing information on underscore usage to the book #34903
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Comments
I would be willing to mentor anyone who wants to help with this issue. |
I can update. |
@SplittyDev btw there is text about using underscores in integer literals here and here |
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Jul 25, 2016
Update underscore usage (rust-lang#34903)
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Jul 26, 2016
Update underscore usage (rust-lang#34903)
Is #34990 enough for this, or do you want something more in-depth? |
It seems #34990 was merged, should this be closed? |
I believe so! |
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.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
I noticed that there is virtually no information on the usage of underscores in numeric literals in the book.
The syntax index only mentions underscores in the context of pattern matching as
"ignored" pattern binding
, so I suggest adding the other use of underscores to the syntax index too.The text was updated successfully, but these errors were encountered: