mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 16:48:16 +00:00
To reduce risk of regressing on generating debuginfo e.g. in the form of ICE:s. This will also ensure that future ui tests support different debuginfo levels. When I looked at run time for different CI jobs, **x86_64-gnu-debug** was far from the bottle neck, so it should be fine to make it perform more work.
8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
|
|
thread 'main' ($TID) panicked at $DIR/runtime-switch.rs:31:5:
|
|
explicit panic
|
|
stack backtrace:
|
|
0: std::panicking::begin_panic
|
|
1: runtime_switch::main
|
|
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
|