-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Reserve prefixed identifiers and literals (RFC 3101) #85359
Merged
Merged
Commits on Jun 26, 2021
-
Reserve prefixed identifiers and string literals (RFC 3101)
This commit denies any identifiers immediately followed by one of three tokens `"`, `'` or `#`, which is stricter than the requirements of RFC 3101 but may be necessary according to the discussion at [Zulip]. [Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/268952-edition-2021/topic/reserved.20prefixes/near/238470099
Configuration menu - View commit details
-
Copy full SHA for 8dee9bc - Browse repository at this point
Copy the full SHA 8dee9bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c856e6f - Browse repository at this point
Copy the full SHA c856e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce43fc9 - Browse repository at this point
Copy the full SHA ce43fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40fb2e9 - Browse repository at this point
Copy the full SHA 40fb2e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d837c00 - Browse repository at this point
Copy the full SHA d837c00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b18e21 - Browse repository at this point
Copy the full SHA 3b18e21View commit details -
Improve comments for reserved prefixes.
Co-authored-by: Niko Matsakis <niko@alum.mit.edu>
Configuration menu - View commit details
-
Copy full SHA for 6adce70 - Browse repository at this point
Copy the full SHA 6adce70View commit details -
Configuration menu - View commit details
-
Copy full SHA for d40be0f - Browse repository at this point
Copy the full SHA d40be0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eeeebc - Browse repository at this point
Copy the full SHA 0eeeebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f7c2e - Browse repository at this point
Copy the full SHA c7f7c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7490305 - Browse repository at this point
Copy the full SHA 7490305View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bcd663 - Browse repository at this point
Copy the full SHA 2bcd663View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9fc942 - Browse repository at this point
Copy the full SHA e9fc942View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6dd137 - Browse repository at this point
Copy the full SHA f6dd137View commit details
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.