rust/library
Dylan DPC 36a348bdc0
Rollup merge of #82274 - andersk:test-unwrap, r=Mark-Simulacrum
libtest: Fix unwrap panic on duplicate TestDesc

It is possible for different tests to collide to the same `TestDesc` when macros are involved. That is a bug, but it didn’t cause a panic until #81367. For now, change the code to ignore this problem.

Fixes #81852.

This will need to be applied to `beta` too.
2021-02-19 02:49:13 +01:00
..
alloc Rollup merge of #82060 - taiki-e:typo, r=m-ou-se 2021-02-15 16:06:56 +01:00
backtrace@af078ecc0b
core Rollup merge of #82093 - bjorn3:more_atomic_tests, r=kennytm 2021-02-19 02:49:07 +01:00
panic_abort
panic_unwind
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #81873 - mark-i-m:unlock, r=m-ou-se 2021-02-19 02:49:06 +01:00
stdarch@9c732a56f6
term
test Rollup merge of #82274 - andersk:test-unwrap, r=Mark-Simulacrum 2021-02-19 02:49:13 +01:00
unwind