cargo-mutants 1.1.1 #96
sourcefrog
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Spooky mutants!
Fixed support for the Mold linker, or for other options passed via
RUSTFLAGS
orCARGO_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 bymod
statements. Once attributes on modules are stable in Rust (Tracking issue for procedural macros and "hygiene 2.0" rust-lang/rust#54727) this opens a path to skip mods using attributes.This discussion was created from the release cargo-mutants 1.1.1.
Beta Was this translation helpful? Give feedback.
All reactions