rust/compiler/rustc_parse
xizheyin 2832517ba1
Clean code for rustc_parse/src/lexer
1. Rename `make_unclosed_delims_error` and return `Vec<Diag>`
2. change magic number `unclosed_delimiter_show_limit` to const
3. move `eof_err` below parsing logic
4. Add `calculate_spacing` for `bump` and `bump_minimal`

Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-07-22 18:38:33 +08:00
..
2025-07-22 18:38:33 +08:00
2025-07-08 10:16:44 +00:00
2025-07-17 18:06:26 +08:00