Open droundy opened 1 week ago
Can you try with --in-place
and see if that fixes it? That would confirm whether it's related to copying.
From memory and from glancing at https://github.com/sourcefrog/cargo-mutants/blob/main/src/copy_tree.rs, we're not excluding .cargo
.
Also, is there any open/public alternative registry that I could test against? Or in general, a public reproduction would help.
I'm getting errors like:
Maybe the code just needs to copy
.cargo/config.toml
where the registry is defined?