Non-ASCII chars in identifiers aren't supported yet#111
Merged
Havvy merged 2 commits intorust-lang:masterfrom Oct 13, 2017
Merged
Non-ASCII chars in identifiers aren't supported yet#111Havvy merged 2 commits intorust-lang:masterfrom
Havvy merged 2 commits intorust-lang:masterfrom
Conversation
Contributor
|
They are still part of Rust, just behind a flag. The reference currently does document unstable things as well. We haven't quite figured out the way we want to handle this kind of thing, generally. |
aac204c to
4a47180
Compare
4a47180 to
b7ea86c
Compare
Havvy
suggested changes
Oct 12, 2017
|
|
||
| [keywords]: keywords.html | ||
|
|
||
| [^non_ascii_idents] Non-ASCII characters in identifiers are currently feature-gated. See [issue #28979](https://github.com/rust-lang/rust/issues/28979). |
Contributor
There was a problem hiding this comment.
I'd snip everything below this. You can move the comment into the Unstable Book, or it's in the git history. This also involves removing the link from the text above.
b7ea86c to
0e4342e
Compare
Contributor
Author
|
The corresponding Unstable Book PR. |
Havvy
approved these changes
Oct 13, 2017
Contributor
|
💟 Thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's misleading to keep XID_Start and XID_Continue on the reference, since they may never be supported in stable.