Files
rust/library/std
Matthias Krüger 1e99af514b Rollup merge of #122882 - Zoxc:panic-output-panic, r=Amanieu
Avoid a panic in `set_output_capture` in the default panic handler

This avoid a panic in the default panic handler by not using `set_output_capture` as `OUTPUT_CAPTURE.with` may panic once `OUTPUT_CAPTURE` is dropped.

A new non-panicking `try_set_output_capture` variant of `set_output_capture` is added for use in the default panic handler.
2024-04-11 22:38:53 +02:00
..
2024-04-07 10:05:57 +02:00
2024-04-07 10:05:57 +02:00
2024-03-18 20:45:45 -07:00