]> git.lizzy.rs Git - rust.git/blob - tests/pretty/hir-pretty-loop.rs
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[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 }