rustfix
: Fix ignored tests
#13034
Labels
A-testing-cargo-itself
Area: cargo's tests
Command-fix
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
For some reason, several tests in rustfix are ignored:
edition
tests: https://github.com/rust-lang/cargo/blob/65d0eb536dd4a7ae6ddc50ca14556896e450c4ff/crates/rustfix/tests/parse_and_replace.rs#L242C1-L247. There don't appear to be any edition tests, so I think all of that should just be removed.cargo/crates/rustfix/src/replace.rs
Lines 313 to 335 in 65d0eb5
#[ignore]
. This needs a little investigation, just to make sure these tests aren't flaky or anything.The text was updated successfully, but these errors were encountered: