os-rust/compiler/rustc_parse
lrh2000 8dee9bc8fc 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
2021-06-26 23:09:43 +08:00
..
src Reserve prefixed identifiers and string literals (RFC 3101) 2021-06-26 23:09:43 +08:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00