mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-20 19:43:55 +00:00
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`