6 lines
81 B
Rust
6 lines
81 B
Rust
use backtrace::Backtrace;
|
|
|
|
fn main() {
|
|
println!("{:?}", Backtrace::new());
|
|
}
|