Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_completion/src/tests/expression.rs')
-rw-r--r--crates/ide_completion/src/tests/expression.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/ide_completion/src/tests/expression.rs b/crates/ide_completion/src/tests/expression.rs
index de283c705d..f1950235d4 100644
--- a/crates/ide_completion/src/tests/expression.rs
+++ b/crates/ide_completion/src/tests/expression.rs
@@ -137,6 +137,9 @@ impl Unit {
kw trait
kw static
kw mod
+ kw enum
+ kw struct
+ kw union
kw match
kw while
kw while let
@@ -227,6 +230,9 @@ fn complete_in_block() {
kw trait
kw static
kw mod
+ kw enum
+ kw struct
+ kw union
kw match
kw while
kw while let
@@ -269,6 +275,9 @@ fn complete_after_if_expr() {
kw trait
kw static
kw mod
+ kw enum
+ kw struct
+ kw union
kw match
kw while
kw while let
@@ -339,6 +348,9 @@ fn completes_in_loop_ctx() {
kw trait
kw static
kw mod
+ kw enum
+ kw struct
+ kw union
kw match
kw while
kw while let