8 lines
125 B
Rust
8 lines
125 B
Rust
![]() |
// run-fail
|
||
|
// check-run-results
|
||
|
// compile-flags: -Zlocation-detail=line,file
|
||
|
|
||
|
fn main() {
|
||
|
panic!("column-redacted");
|
||
|
}
|