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