Skip to content

cargo-mutants 1.1.1

Compare
Choose a tag to compare
@sourcefrog sourcefrog released this 31 Oct 18:33
· 1147 commits to main since this release
cargo-mutants-1.1.1

Spooky mutants!

  • Fixed support for the Mold linker, or for other options passed via RUSTFLAGS or CARGO_ENCODED_RUSTFLAGS. (See the instructions in README.md).

  • Source trees are walked by following mod statements rather than globbing the directory. This is more correct if there are files that are not referenced by mod statements. Once attributes on modules are stable in Rust (rust-lang/rust#54727) this opens a path to skip mods using attributes.