]> git.proxmox.com Git - rustc.git/blob - src/tools/rustfmt/tests/source/issue-3665/not_skip_attribute.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / source / issue-3665 / not_skip_attribute.rs
1 #![this::is::not::skip::attribute(ouch)]
2
3 #[ouch(not, skip, me)]
4 fn main() {}