mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-14 21:11:31 +08:00
7 lines
297 B
Plaintext
Executable File
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
|