-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Improve identifier defintion in the reference #28764
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
Conversation
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
7cf9e53
to
ecc512b
Compare
* The remaining characters have property `XID_continue` | ||
Or | ||
* The first character is `_` | ||
* The remaining characters have property `XID_continue` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is _
by itself an identifier?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not. Should I be more explicit that there must be more than zero 'remaining characters' here?
r=me with a clarification of there must be some remaining characters for |
ecc512b
to
2a787a2
Compare
@bors: r=alexcrichton rollup |
📌 Commit 2a787a2 has been approved by |
Fixes rust-lang#28706 I am pretty sure that this is accurate, bout would love a double check.
Fixes rust-lang#28706 I am pretty sure that this is accurate, bout would love a double check.
Fixes #28706
I am pretty sure that this is accurate, bout would love a double check.