Files
rust/library/std
Matthias Krüger 4f2e2ceeb7 Rollup merge of #93295 - ChrisDenton:tempdir-double-panic, r=dtolnay
Avoid double panics when using `TempDir` in tests

`TempDir` could panic on drop if `remove_dir_all` returns an error. If this happens while already panicking, the test process would abort and therefore not show the test results.

This PR tries to avoid such double panics.
2022-01-28 15:20:25 +01:00
..
2020-07-27 19:51:13 -05:00
2022-01-28 13:27:29 +01:00