Sign in
rust
/
rustfmt
/
HEAD
/
.
/
tests
/
target
/
skip_macro_invocations
/
path_qualified_invocation_mismatch.rs
blob: 6e372c726952ad614c6e7740a0fbfdba1aa8a0b6 [
file
] [
log
] [
blame
]
// rustfmt-skip_macro_invocations: ["items"]
// Should not skip this invocation
self
::
items
!(
const
_
:
u8
=
0
;
);