trpl-zh-cn/listings/ch09-error-handling/no-listing-01-panic/output.txt
2022-02-06 16:43:51 +08:00

7 lines
297 B
Plaintext
Executable File

$ cargo run
Compiling panic v0.1.0 (file:///projects/panic)
Finished dev [unoptimized + debuginfo] target(s) in 0.25s
Running `target/debug/panic`
thread 'main' panicked at 'crash and burn', src/main.rs:2:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace