summaryrefslogtreecommitdiffstats
path: root/src/test/ui/tool-attributes/tool-attributes-shadowing.rs
blob: 21bbaa3a7105d3854f521eafc0ee45a698af3b04 (plain)
1
2
3
4
mod rustfmt {}

#[rustfmt::skip] //~ ERROR failed to resolve: could not find `skip` in `rustfmt`
fn main() {}