Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3434
/
not_skip_macro.rs
blob: 1d7d73c523d6228285795d51d58a676e63070ce8 [
file
]
#[
this
::
is
::
not
::
skip
::
macros
(
ouch
)]
fn
main
()
{
let
macro_result1
=
ouch
!
{
<
div
>
this should be mangled
</
div
>
}
.
to_string
();
}