We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a294d3 + 5171927 commit c74b2a0Copy full SHA for c74b2a0
src/rust-2021/reserving-syntax.md
@@ -3,7 +3,8 @@
3
## Summary
4
5
- `any_prefix#..`, `any_prefix".."`, and `any_prefix'..'` are reserved syntax, and no longer tokenize.
6
-- These did not parse as valid Rust in any edition, except in arguments to macros.
+- This is mostly relevant to macros. E.g. `quote!{ #a#b }` is no longer accepted.
7
+- It doesn't treat keywords specially, so e.g. `match".." {}` is no longer accepted.
8
- Insert whitespace to avoid errors.
9
10
## Details
0 commit comments