rust/compiler/rustc_lexer
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 Update expect-test to 1.0 2020-08-31 21:04:09 +02:00