rust/tests/run-pass/panic/overflowing-lsh-neg.stderr
Aaron Hill 05bb560de2
Enable backtrace feature in the generated Xargo.toml
This allows the normal std panic hook to print a backtrace if
`RUST_BACKTRACE=1` and `-Z miri-disable-isolation` are set
2020-10-20 18:27:55 -04:00

3 lines
176 B
Plaintext

thread 'main' panicked at 'attempt to shift left with overflow', $DIR/overflowing-lsh-neg.rs:4:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace