Ben Boeckel
Ben Boeckel
In the case you mention, isn't this at least possible? ```rust let mut r = { #[cfg_attr(test, mutants::skip)] { String::with_capacity(s.len() + replacement.len()); } }; ``` I do have a related...
> Although in that case you really could just mark it as #[mutants::skip]. Yes, but if it is the only reason for a `mutants` dev-dependency…might be worth it eventually (no...
I think a new ID is called for (CMake gives it `IntelLLVM`, but `oneapi` or `intel-oneapi` is probably fine). As a concrete use case, the Intel OneAPI compiler has some…interesting...
> I still will want all of these build products out of the target directory for the sake of excluding them from backups and snapshotting. FWIW, I've had decent results...