rust/compiler/rustc_parse/src
Esteban Kuber 5a68abb094 Tokenize emoji as if they were valid indentifiers
In the lexer, consider emojis to be valid identifiers and reject
them later to avoid knock down parse errors.
2021-11-23 20:35:07 +00:00
..
lexer Tokenize emoji as if they were valid indentifiers 2021-11-23 20:35:07 +00:00
parser Rollup merge of #90994 - Badel2:issue-90993, r=estebank 2021-11-20 22:33:49 +01:00
lib.rs Remove now unused feature from rustc_parse 2021-11-04 23:40:59 +01:00
validate_attr.rs rustc_feature: Convert BuiltinAttribute from tuple to a struct 2021-11-12 20:15:14 +08:00