mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
1ab8c7fd27
fix: add error recovery for use_tree_list parsing This PR adds error recovery for USE_TREE_LIST parsing, avoid the wrong USE_TREE_LIST making the rest parsing incorrectly. before  after  close https://github.com/rust-lang/rust-analyzer/issues/16227