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