You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An update on this: as of rust-lang/rust#73267, we are now testing in rust-lang/rust's CI for a small set of packages (iron, ripgrep, tokei, treeify, xsv, servo)
Sounds like this is resolved, even if delayed until rust-lang/rust updates the copy of cargo. Considering the impact of CI time on development, this seems like a reasonable trade off.
Cargo's CI should verify that updates to cargo are still able to properly compile a collection of already existing crates without issues.
For inspiration, rustfmt uses many crates in the nursery as its "integration test suite":
The text was updated successfully, but these errors were encountered: