cargo-mutants icon indicating copy to clipboard operation
cargo-mutants copied to clipboard

Mutate string constants?

Open sourcefrog opened this issue 1 year ago • 0 comments

Strings that end up in e.g. network protocols or data files are probably important that they be exactly correct, and it might be good to check whether tests catch them.

However, strings inside trace macros likely are not important to test, so this should come after an option to not mutate calls to macros or named functions.

sourcefrog avatar Oct 31 '24 16:10 sourcefrog