Sign in
rust
/
rust
/
HEAD
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
skip_macro_invocations
/
name.rs
blob: 7fa5d3a6f715af040a8015d7e516cc4c5d373067 [
file
] [
log
] [
blame
]
// rustfmt-skip_macro_invocations: ["items"]
// Should skip this invocation
items
!(
const
_
:
u8
=
0
;
);
// Should not skip this invocation
renamed_items
!(
const
_
:
u8
=
0
;
);