rust/compiler/rustc_parse/src
Guillaume Gomez 32325e1dec
Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkov
Parser: Recover error from named params while parse_path

Fixes #140169

I added test to the first commit and the second added the code and changes to test.

r? `@petrochenkov`
2025-05-07 18:19:06 +02:00
..
lexer Implement RFC 3503: frontmatters 2025-05-05 23:10:08 +08:00
parser Use parse_param_general when parsing (T, U)->R in parse_path_segment 2025-05-07 22:56:14 +08:00
errors.rs Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkov 2025-05-07 18:19:06 +02:00
lib.rs Simplify LazyAttrTokenStream. 2025-04-30 07:10:56 +10:00
validate_attr.rs Make attribute safety validation logic more obvious 2025-05-04 21:44:50 +08:00