mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
7 lines
125 B
Rust
7 lines
125 B
Rust
// rustfmt-skip_macro_invocations: ["self::items"]
|
|
|
|
// Should skip this invocation
|
|
self::items!(
|
|
const _: u8 = 0;
|
|
);
|