diff options
Diffstat (limited to 'crates/ra_hir/src/ty')
-rw-r--r-- | crates/ra_hir/src/ty/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/src/ty/tests.rs b/crates/ra_hir/src/ty/tests.rs index f2d5b115e..25716fe8c 100644 --- a/crates/ra_hir/src/ty/tests.rs +++ b/crates/ra_hir/src/ty/tests.rs | |||
@@ -2804,7 +2804,7 @@ fn main() { | |||
2804 | } | 2804 | } |
2805 | 2805 | ||
2806 | #[test] | 2806 | #[test] |
2807 | fn infer_textual_scoped_macros_expanded() { | 2807 | fn infer_legacy_textual_scoped_macros_expanded() { |
2808 | assert_snapshot!( | 2808 | assert_snapshot!( |
2809 | infer(r#" | 2809 | infer(r#" |
2810 | struct Foo(Vec<i32>); | 2810 | struct Foo(Vec<i32>); |