mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-14 00:00:12 +02:00
This adds CI coverage for a couple of code paths that are not currently hit in CI: * no `const fn Mutex::new` * no `AtomicU64` This is done by adding some new CFG flags used only for tests in order to force those code paths.