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