summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/skip_macro_invocations/path_qualified_name_mismatch.rs
blob: 4e3eb542dbea425182140b1239bcfcb913bf9582 (plain)
1
2
3
4
5
6
// rustfmt-skip_macro_invocations: ["self::items"]

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