mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +00:00
libtest: Index tests by a unique TestId This more robustly avoids problems with duplicate `TestDesc`. See #81852 and #82274. Cc `@Mark-Simulacrum.`