summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/skip_macro_invocations/name_unknown.rs
blob: d56695325240d54936b12420c4064c7be47f099e (plain)
1
2
3
4
5
6
// rustfmt-skip_macro_invocations: ["unknown"]

// Should not skip this invocation
items!(
        const _: u8 = 0;
);