7 lines
123 B
Rust
7 lines
123 B
Rust
|
// rustfmt-skip_macro_invocations: ["self::items"]
|
||
|
|
||
|
// Should not skip this invocation
|
||
|
items!(
|
||
|
const _: u8 = 0;
|
||
|
);
|