rust/tests/source/skip_macro_invocations/path_qualified_name_mismatch.rs

7 lines
123 B
Rust
Raw Normal View History

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