Closed as not planned
Description
Sometimes I need to force a rebuild of a target, because it compiled successfully but I want to see the generated warnings. It would be convenient if cargo build
accepted a --force
flag that makes it consider the current target to be dirty even if it's not. This should not force the recompilation of any dependencies.