mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 14:47:48 +00:00
9 lines
158 B
Rust
9 lines
158 B
Rust
//@ run-fail
|
|
//@ check-run-results
|
|
//@ compile-flags: -Zlocation-detail=line,file
|
|
//@ exec-env:RUST_BACKTRACE=0
|
|
|
|
fn main() {
|
|
panic!("column-redacted");
|
|
}
|