rust/compiler/rustc_parse/src/lexer
Matthias Krüger e3048c7838
Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=petrochenkov
Improve unexpected close and mismatch delimiter hint in TokenTreesReader

Fixes #103882
Fixes #68987
Fixes #69259

The inner indentation mismatching will be covered by outer block, the new added function `report_error_prone_delim_block` will find out the error prone candidates for reporting.
2023-01-28 11:11:05 +01:00
..
diagnostics.rs Improve unexpected close and mismatch delimiter hint in TokenTreesReader 2023-01-27 17:45:41 +08:00
mod.rs Improve unexpected close and mismatch delimiter hint in TokenTreesReader 2023-01-27 17:45:41 +08:00
tokentrees.rs Improve unexpected close and mismatch delimiter hint in TokenTreesReader 2023-01-27 17:45:41 +08:00
unescape_error_reporting.rs Make non-ASCII errors more consistent. 2022-11-04 14:23:40 +11:00
unicode_chars.rs Add double-equals homoglyph 2023-01-19 02:25:55 +00:00