summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3434/not_skip_macro.rs
blob: c90d09744b281e3a9917e2f38a14084e9b263827 (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();
}