]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/skip_macro_invocations/all.rs
Rollup merge of #106856 - vadorovsky:fix-atomic-annotations, r=joshtriplett
[rust.git] / src / tools / rustfmt / tests / target / skip_macro_invocations / all.rs
1 // rustfmt-skip_macro_invocations: ["*"]
2
3 // Should skip this invocation
4 items!(
5         const _: u8 = 0;
6 );
7
8 // Should skip this invocation
9 renamed_items!(
10         const _: u8 = 0;
11 );