]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch09-error-handling/no-listing-01-panic/output.txt
New upstream version 1.43.0+dfsg1
[rustc.git] / src / doc / book / listings / ch09-error-handling / no-listing-01-panic / output.txt
1 $ cargo run
2 Compiling panic v0.1.0 (file:///projects/panic)
3 Finished dev [unoptimized + debuginfo] target(s) in 0.25s
4 Running `target/debug/panic`
5 thread 'main' panicked at 'crash and burn', src/main.rs:2:5
6 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.