From 72b9a4fbd3c12f3250b9157a1d44230e04ec8b22 Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Wed, 6 Jan 2021 20:15:48 +0000 Subject: Change <|> to $0 - Rebase --- crates/hir_def/src/nameres/tests/incremental.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/hir_def/src/nameres/tests/incremental.rs') diff --git a/crates/hir_def/src/nameres/tests/incremental.rs b/crates/hir_def/src/nameres/tests/incremental.rs index 8981fa7c9..509e1bbbc 100644 --- a/crates/hir_def/src/nameres/tests/incremental.rs +++ b/crates/hir_def/src/nameres/tests/incremental.rs @@ -28,7 +28,7 @@ fn typing_inside_a_function_should_not_invalidate_def_map() { check_def_map_is_not_recomputed( r" //- /lib.rs - mod foo;<|> + mod foo;$0 use crate::foo::bar::Baz; @@ -81,7 +81,7 @@ fn typing_inside_a_macro_should_not_invalidate_def_map() { pub mod bar; //- /foo/bar.rs - <|> + $0 m!(X); ", ); -- cgit v1.2.3