mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
b05788e859
This reduces the total complexity of checking timeouts from quadratic to linear, and should also fix an unwrap of None on completion of an already timed-out test. Signed-off-by: Anders Kaseorg <andersk@mit.edu>