mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
9 lines
182 B
Rust
9 lines
182 B
Rust
extern crate std;
|
|
#[attr = PreludeImport]
|
|
use ::std::prelude::rust_2015::*;
|
|
//@ pretty-compare-only
|
|
//@ pretty-mode:hir
|
|
//@ pp-exact:hir-pretty-loop.pp
|
|
|
|
fn foo() { loop { break; } }
|