rust/compiler/rustc_parse/src/lexer
Dylan DPC 4b50fb3745
Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad
Unescaping cleanups

Some code improvements, and some error message improvements.

Best reviewed one commit at a time.

r? ````@matklad````
2022-11-09 19:21:22 +05:30
..
mod.rs Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad 2022-11-09 19:21:22 +05:30
tokentrees.rs Invert is_top_level to avoid negation. 2022-10-03 11:42:29 +11:00
unescape_error_reporting.rs Make non-ASCII errors more consistent. 2022-11-04 14:23:40 +11:00
unicode_chars.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00