mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Fix benchmark_include_macro
This commit is contained in:
@@ -853,7 +853,7 @@ macro_rules! include {() => {}}
|
||||
|
||||
fn main() {
|
||||
RegisterBlock { };
|
||||
//^ RegisterBlock
|
||||
//^^^^^^^^^^^^^^^^^ RegisterBlock
|
||||
}
|
||||
"#;
|
||||
let fixture = format!("{}\n//- /foo.rs\n{}", fixture, data);
|
||||
|
||||
Reference in New Issue
Block a user