Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
panics
/
location-detail-panic-no-file.rs
blob: 987aa745c85d0835c51b7d8893d992f68db7535a [
file
] [
log
] [
blame
]
//@ run-fail
//@ check-run-results
//@ compile-flags: -Zlocation-detail=line,column
//@ exec-env:RUST_BACKTRACE=0
fn
main
()
{
panic
!(
"file-redacted"
);
}