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. |
||
|---|---|---|
| .. | ||
| formatters | ||
| helpers | ||
| stats | ||
| bench.rs | ||
| cli.rs | ||
| console.rs | ||
| event.rs | ||
| lib.rs | ||
| options.rs | ||
| stats.rs | ||
| test_result.rs | ||
| tests.rs | ||
| time.rs | ||
| types.rs | ||