summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3665/not_skip_attribute.rs
blob: a4e8b94873663dc8c14188858d0cc4470c65b260 (plain)
1
2
3
4
#![this::is::not::skip::attribute(ouch)]

#[ouch(not, skip, me)]
fn main() {}