summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/skip_macro_invocations/all.rs
blob: d0437ee10fd151337043c0c065759105394152c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
// rustfmt-skip_macro_invocations: ["*"]

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

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