Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
tests
/
ui
/
panics
/
location-detail-panic-no-location-info.rs
blob: 0a04f1ee759e743c9d76940a8d60a266434affbf [
file
]
//@ run-fail
//@ check-run-results
//@ compile-flags: -Zlocation-detail=none
//@ exec-env:RUST_BACKTRACE=0
fn
main
()
{
panic
!(
"no location info"
);
}