bbbc1e86eb
- &Vec<syntax::ast::PathSegment> => &[ast::PathSegment] - remove unnecessary implements - transfer skip logic to inside rewrite_macro - fix test - use util methods in libsyntax - use meta_item_list directly - avoid no_entry.rs for test using module system - add logic to skip rustfmt::skip::macros only - remove base_skip_macro_names - remove Rc - use clone to append skip_macro_names
9 lines
151 B
Rust
9 lines
151 B
Rust
#[this::is::not::skip::macros(ouch)]
|
|
|
|
fn main() {
|
|
let macro_result1 = ouch! { <div>
|
|
this should be mangled</div>
|
|
}
|
|
.to_string();
|
|
}
|