rust-analyzer/crates/ide-completion/src/tests
bors 1ab8c7fd27 Auto merge of #16349 - Young-Flash:use_error_recovery, r=Veykril
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

![before](c6643690-f25c-4ad9-93d9-e661ba5b1dc3)

after

![after](30a58c40-2711-48d2-b2e5-fb208fc8636c)

close https://github.com/rust-lang/rust-analyzer/issues/16227
2024-01-18 09:52:37 +00:00
..
attribute.rs Complete exported macros in #[macro_use($0)] 2023-12-16 16:19:58 +00:00
expression.rs fix: Fix completion failing in format_args! with invalid template 2023-12-08 20:35:33 +01:00
flyimport.rs Remove completion limit for trait importing method completions 2024-01-05 12:03:08 +01:00
fn_param.rs fix: variants rendering in pattern path 2022-07-02 20:31:24 +09:00
item.rs Cleanup 2023-12-08 13:31:31 +01:00
item_list.rs Add tests for stability check in completion 2023-04-11 21:21:15 +09:00
pattern.rs Cleanup 2023-12-08 13:31:31 +01:00
predicate.rs Cleanup 2023-12-08 13:31:31 +01:00
proc_macros.rs Spelling 2023-04-19 09:45:55 -04:00
record.rs Cleanup 2023-12-08 13:31:31 +01:00
special.rs Auto merge of #15627 - jmintb:sort_imports, r=Veykril 2023-12-08 12:39:23 +00:00
type_pos.rs Cleanup 2023-12-08 13:31:31 +01:00
use_tree.rs add use_tree_completion test 2024-01-18 17:35:01 +08:00
visibility.rs fix(completion): super:: completion at crate root and module depth 2022-07-14 17:07:43 +05:30