Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
panics
/
location-detail-panic-no-column.rs
blob: 3951b28267941e68688c9b91911521eb3e123a4d [
file
] [
log
] [
blame
] [
edit
]
//@ run-fail
//@ check-run-results
//@ compile-flags: -Zlocation-detail=line,file
//@ exec-env:RUST_BACKTRACE=0
fn
main
()
{
panic
!(
"column-redacted"
);
}