rust/tests/pretty/hir-pretty-loop.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
124 B
Rust
Raw Normal View History

//@ pretty-compare-only
//@ pretty-mode:hir
//@ pp-exact:hir-pretty-loop.pp
pub fn foo(){
loop{
break;
}
}