diff options
author | Florian Diebold <[email protected]> | 2021-06-20 18:37:45 +0100 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2021-06-20 18:37:45 +0100 |
commit | a1120b6879afe39f69a04eb0f6ee84d4cb4e03f6 (patch) | |
tree | c30eec53f9330ac571e4f10e3191f7507b2b0fcf /crates | |
parent | 78419779f1bd5f5f51179af7d2c768c8eeab637e (diff) |
Fix `benchmark_include_macro`
Diffstat (limited to 'crates')
-rw-r--r-- | crates/hir_ty/src/tests/macros.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/src/tests/macros.rs b/crates/hir_ty/src/tests/macros.rs index 6c3d46caf..2cf41e49e 100644 --- a/crates/hir_ty/src/tests/macros.rs +++ b/crates/hir_ty/src/tests/macros.rs | |||
@@ -853,7 +853,7 @@ include!("foo.rs"); | |||
853 | 853 | ||
854 | fn main() { | 854 | fn main() { |
855 | RegisterBlock { }; | 855 | RegisterBlock { }; |
856 | //^ RegisterBlock | 856 | //^^^^^^^^^^^^^^^^^ RegisterBlock |
857 | } | 857 | } |
858 | "#; | 858 | "#; |
859 | let fixture = format!("{}\n//- /foo.rs\n{}", fixture, data); | 859 | let fixture = format!("{}\n//- /foo.rs\n{}", fixture, data); |