Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_def/src/nameres/tests.rs')
-rw-r--r--crates/hir_def/src/nameres/tests.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/hir_def/src/nameres/tests.rs b/crates/hir_def/src/nameres/tests.rs
index 4794932855..80e5476071 100644
--- a/crates/hir_def/src/nameres/tests.rs
+++ b/crates/hir_def/src/nameres/tests.rs
@@ -375,9 +375,12 @@ pub struct Arc;
"#,
expect![[r#"
crate
+ alloc: t
alloc_crate: t
sync: t
+ crate::alloc
+
crate::sync
Arc: t v
"#]],
@@ -401,9 +404,12 @@ pub struct Arc;
"#,
expect![[r#"
crate
+ alloc: t
alloc_crate: t
sync: t
+ crate::alloc
+
crate::sync
Arc: t v
"#]],