mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +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() {
|
||||
RegisterBlock { };
|
||||
//^ RegisterBlock
|
||||
//^^^^^^^^^^^^^^^^^ RegisterBlock
|
||||
}
|
||||
"#;
|
||||
let fixture = format!("{}\n//- /foo.rs\n{}", fixture, data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue