Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-completion/src/tests/item_list.rs')
-rw-r--r--crates/ide-completion/src/tests/item_list.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/crates/ide-completion/src/tests/item_list.rs b/crates/ide-completion/src/tests/item_list.rs
index 841c42123a..ee77845588 100644
--- a/crates/ide-completion/src/tests/item_list.rs
+++ b/crates/ide-completion/src/tests/item_list.rs
@@ -16,6 +16,8 @@ fn in_mod_item_list() {
kw extern
kw fn
kw impl
+ kw impl for
+ kw impl<> for <>
kw mod
kw pub
kw pub(crate)
@@ -50,6 +52,8 @@ fn in_source_file_item_list() {
kw extern
kw fn
kw impl
+ kw impl for
+ kw impl<> for <>
kw mod
kw pub
kw pub(crate)
@@ -83,6 +87,8 @@ fn in_item_list_after_attr() {
kw extern
kw fn
kw impl
+ kw impl for
+ kw impl<> for <>
kw mod
kw pub
kw pub(crate)
@@ -122,6 +128,8 @@ fn after_unsafe_token() {
kw extern
kw fn
kw impl
+ kw impl for
+ kw impl<> for <>
kw trait
"#]],
);
@@ -385,6 +393,8 @@ fn after_unit_struct() {
kw extern
kw fn
kw impl
+ kw impl for
+ kw impl<> for <>
kw mod
kw pub
kw pub(crate)