The alias test keyed its temp file on the thread name, which for a test is its full "mod::tests::name" path — and Windows rejects ':' in file names, so the write panicked before the assertion ran. The name is sanitized to alphanumerics now. The windows nextest run also gains --no-fail-fast: cancelling on the first failure had been surfacing the latent platform-only failures one per CI round. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||