Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
pretty
/
hir-pretty-loop.pp
blob: a0830c5188adaff9443e9d37a3b4918f0fe1af4f [
file
] [
log
] [
blame
]
#[attr = MacroUse {arguments: UseAll}]
extern
crate std
;
#[prelude_import]
use
::
std
::
prelude
::
rust_2015
::*;
//@ pretty-compare-only
//@ pretty-mode:hir
//@ pp-exact:hir-pretty-loop.pp
fn foo
()
{
loop
{
break
;
}
}