mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 23:47:50 +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`