rust/library/test
Anders Kaseorg 1605af015c 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.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-02-18 12:42:45 -08:00
..
src libtest: Fix unwrap panic on duplicate TestDesc. 2021-02-18 12:42:45 -08:00
Cargo.toml Update compiler_builtins to 0.1.39 2021-01-07 16:16:36 +09:00