Skip to content

Commit a1120b6

Browse files
committed
Fix benchmark_include_macro
1 parent 7841977 commit a1120b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir_ty/src/tests/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ include!("foo.rs");
853853
854854
fn main() {
855855
RegisterBlock { };
856-
//^ RegisterBlock
856+
//^^^^^^^^^^^^^^^^^ RegisterBlock
857857
}
858858
"#;
859859
let fixture = format!("{}\n//- /foo.rs\n{}", fixture, data);

0 commit comments

Comments
 (0)