]> git.lizzy.rs Git - rust.git/blob - tests/pretty/hir-pretty-loop.pp
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / pretty / hir-pretty-loop.pp
1 #[prelude_import]
2 use ::std::prelude::rust_2015::*;
3 #[macro_use]
4 extern crate std;
5 // pretty-compare-only
6 // pretty-mode:hir
7 // pp-exact:hir-pretty-loop.pp
8
9 fn foo() { loop { break; } }