mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-25 12:44:42 +00:00
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