Sign in
rust
/
rust
/
e8a63124746761e743d69ea510194de2ada4034f
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
skip_macro_invocations
/
empty.rs
blob: 4a398cc59c6ee4df4d871e40de9cb20816df2036 [
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
;
);