Sign in
rust
/
rustfmt
/
bedef9bd13c2f432584064b51a0d619b7974eb08
/
.
/
tests
/
source
/
skip_macro_invocations
/
all_and_name.rs
blob: 1f6722344fe3b99d5747dc711a249ad9eb51427f [
file
] [
log
] [
blame
]
// rustfmt-skip_macro_invocations: ["*","items"]
// Should skip this invocation
items
!(
const
_
:
u8
=
0
;
);
// Should also skip this invocation, as the wildcard covers it
renamed_items
!(
const
_
:
u8
=
0
;
);