rust-analyzer/crates/ide-completion/src
bors 3432ef4414 Auto merge of #17481 - roife:fix-issue-17480, r=Veykril
fix: pattern completions in let-stmt

fix #17480.

We can write `let S { a, b } = s;` or `let Some(x) = a else {}`, so it is reasonable to allow pattern completions in `LetStmt`.
2024-06-24 07:34:08 +00:00
..
completions fix(completion): complete async keyword 2024-06-19 11:12:24 -07:00
context fix: pattern completions in let-stmt 2024-06-23 22:27:54 +08:00
render chore: Prefer tracing span shorthand macros 2024-06-06 16:52:25 -07:00
tests fix: pattern completions in let-stmt 2024-06-23 22:27:54 +08:00
completions.rs internal: refactor prefer_no_std/prefer_prelude bools into a struct 2024-05-22 20:46:30 +02:00
config.rs Make term search fuel configurable 2024-05-08 19:46:33 +03:00
context.rs Register virtual workspace Cargo.toml files in the VFS 2024-06-09 12:54:50 +02:00
item.rs chore: Prefer tracing span shorthand macros 2024-06-06 16:52:25 -07:00
lib.rs chore: Prefer tracing span shorthand macros 2024-06-06 16:52:25 -07:00
render.rs Run data_constructor tactic only backwards 2024-06-21 22:01:06 +03:00
snippet.rs internal: refactor prefer_no_std/prefer_prelude bools into a struct 2024-05-22 20:46:30 +02:00
tests.rs internal: refactor prefer_no_std/prefer_prelude bools into a struct 2024-05-22 20:46:30 +02:00