Fix benchmark_include_macro
This commit is contained in:
parent
78419779f1
commit
a1120b6879
@ -853,7 +853,7 @@ macro_rules! include {() => {}}
|
|||||||
|
|
||||||
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…
Reference in New Issue
Block a user