summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-3434/not_skip_macro.rs
blob: 1d7d73c523d6228285795d51d58a676e63070ce8 (plain)
1
2
3
4
5
6
7
8
#[this::is::not::skip::macros(ouch)]

fn main() {
    let macro_result1 = ouch! { <div>
this should be mangled</div>
    }
    .to_string();
}