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

Recurse into return types

Open sourcefrog opened this issue 3 years ago • 0 comments
trafficstars

For example Option<Result<String>> could generate various values within the tree of possibilities.

Conceivably this might generate too many mutations for some functions in which case we might need a cap.

sourcefrog avatar Jul 30 '22 16:07 sourcefrog