mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix benchmark_include_macro
This commit is contained in:
parent
78419779f1
commit
a1120b6879
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ include!("foo.rs");
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
RegisterBlock { };
|
RegisterBlock { };
|
||||||
//^ RegisterBlock
|
//^^^^^^^^^^^^^^^^^ RegisterBlock
|
||||||
}
|
}
|
||||||
"#;
|
"#;
|
||||||
let fixture = format!("{}\n//- /foo.rs\n{}", fixture, data);
|
let fixture = format!("{}\n//- /foo.rs\n{}", fixture, data);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue