mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
12 lines
190 B
Rust
12 lines
190 B
Rust
// rustfmt-skip_macro_invocations: []
|
|
|
|
// Should not skip this invocation
|
|
items!(
|
|
const _: u8 = 0;
|
|
);
|
|
|
|
// Should not skip this invocation
|
|
renamed_items!(
|
|
const _: u8 = 0;
|
|
);
|