mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Merge the different identifier contexts into one enum
This commit is contained in:
parent
99fa37d6e3
commit
44c3cc100b
13 changed files with 138 additions and 91 deletions
|
@ -257,7 +257,6 @@ fn foo() {
|
|||
|
||||
#[test]
|
||||
fn no_completions_in_comments() {
|
||||
cov_mark::check!(no_keyword_completion_in_comments);
|
||||
assert_eq!(
|
||||
completion_list(
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue