Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
treat-err-as-bug
/
panic-causes-oom-112708.rs
blob: 0b75bb23faff9965e3a772a1624cde1d835b6975 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -Ztreat-err-as-bug
//@ dont-check-failure-status
//@ error-pattern: aborting due to `-Z treat-err-as-bug=1`
//@ dont-check-compiler-stderr
//@ rustc-env:RUST_BACKTRACE=0
fn
main
()
{
#[
deny
(
while_true
)]
while
true
{}
}