]> git.lizzy.rs Git - rust.git/blob - tests/pretty/hir-pretty-loop.rs
Rollup merge of #107596 - Kobzol:stage-build-timer, r=Mark-Simulacrum
[rust.git] / tests / pretty / hir-pretty-loop.rs
1 // pretty-compare-only
2 // pretty-mode:hir
3 // pp-exact:hir-pretty-loop.pp
4
5 pub fn foo(){
6     loop{
7         break;
8     }
9 }