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