rust/compiler/rustc_parse/src/lexer
Dylan DPC e029c1fd43
Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebank
Recover when unclosed char literal is parsed as a lifetime in some positions

Fixes #101278
2022-10-23 15:20:16 +05:30
..
mod.rs Recover unclosed char literal being parsed as lifetime 2022-10-22 06:57:12 +00:00
tokentrees.rs Invert is_top_level to avoid negation. 2022-10-03 11:42:29 +11:00
unescape_error_reporting.rs Properly escape quotes when suggesting switching between char/string literals 2022-10-22 02:37:15 +01:00
unicode_chars.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00