rust/compiler/rustc_lexer/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
..
unescape Warn when an escaped newline skips multiple lines 2021-08-11 11:35:08 +02:00
cursor.rs Return EOF_CHAR constant instead of magic char. 2021-01-07 13:20:04 +01:00
lib.rs Tokenize emoji as if they were valid indentifiers 2021-11-23 20:35:07 +00:00
tests.rs
unescape.rs use matches!() macro in more places 2021-11-06 16:13:14 +01:00