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