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.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/hir-def/src/nameres/tests/globs.rs b/crates/hir-def/src/nameres/tests/globs.rs index 779f7769bb..62887e2941 100644 --- a/crates/hir-def/src/nameres/tests/globs.rs +++ b/crates/hir-def/src/nameres/tests/globs.rs @@ -391,24 +391,24 @@ use reexport::*; - Trait : type (glob) - defs : type - function : value (glob) - - makro : macro (glob) + - makro : macro! (glob) - reexport : type crate::defs - Trait : type - function : value - - makro : macro + - makro : macro! crate::reexport - Trait : type (glob) - function : value (glob) - inner : type - - makro : macro (glob) + - makro : macro! (glob) crate::reexport::inner - Trait : type (import) - function : value (import) - - makro : macro (import) + - makro : macro! (import) "#]], ); } |