Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
skip_macro_invocations
/
names.rs
blob: a920381a4552c0adb24a0b6de06f97946da908d3 [
file
]
// rustfmt-skip_macro_invocations: ["foo","bar"]
// Should skip this invocation
foo
!(
const
_
:
u8
=
0
;
);
// Should skip this invocation
bar
!(
const
_
:
u8
=
0
;
);
// Should not skip this invocation
baz
!(
const
_
:
u8
=
0
;
);