diff options
-rw-r--r-- | crates/hir_def/src/nameres/tests/macros.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/hir_def/src/nameres/tests/macros.rs b/crates/hir_def/src/nameres/tests/macros.rs index 9986e99e4..c37f915ab 100644 --- a/crates/hir_def/src/nameres/tests/macros.rs +++ b/crates/hir_def/src/nameres/tests/macros.rs | |||
@@ -846,11 +846,7 @@ fn resolve_macro_def() { | |||
846 | pub macro structs($($i:ident),*) { | 846 | pub macro structs($($i:ident),*) { |
847 | $(struct $i { field: u32 } )* | 847 | $(struct $i { field: u32 } )* |
848 | } | 848 | } |
849 | |||
850 | structs!(Foo); | 849 | structs!(Foo); |
851 | |||
852 | //- /nested.rs | ||
853 | structs!(Bar, Baz); | ||
854 | "#, | 850 | "#, |
855 | expect![[r#" | 851 | expect![[r#" |
856 | crate | 852 | crate |