Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/src/nameres/tests/globs.rs')
-rw-r--r--crates/hir-def/src/nameres/tests/globs.rs18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/hir-def/src/nameres/tests/globs.rs b/crates/hir-def/src/nameres/tests/globs.rs
index 17426d54d4..b2a6a592cf 100644
--- a/crates/hir-def/src/nameres/tests/globs.rs
+++ b/crates/hir-def/src/nameres/tests/globs.rs
@@ -315,8 +315,13 @@ mod d {
c: t
d: t
- crate::d
- Y: t v
+ crate::a
+ foo: t
+
+ crate::a::foo
+ X: t v
+
+ crate::b
foo: t
crate::c
@@ -325,14 +330,9 @@ mod d {
crate::c::foo
Y: t v
- crate::b
- foo: t
-
- crate::a
+ crate::d
+ Y: t v
foo: t
-
- crate::a::foo
- X: t v
"#]],
);
}