mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Fix pattern field completions not working for unions
This commit is contained in:
parent
e1e93c4438
commit
8c9359b072
5 changed files with 140 additions and 116 deletions
|
@ -617,7 +617,6 @@ pub(super) fn complete_name_ref(
|
|||
|
||||
dot::complete_undotted_self(acc, ctx, path_ctx, expr_ctx);
|
||||
item_list::complete_item_list_in_expr(acc, ctx, path_ctx, expr_ctx);
|
||||
record::complete_record_expr_func_update(acc, ctx, path_ctx, expr_ctx);
|
||||
snippet::complete_expr_snippet(acc, ctx, path_ctx, expr_ctx);
|
||||
}
|
||||
PathKind::Type { location } => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue