rustversion icon indicating copy to clipboard operation
rustversion copied to clipboard

When to rerun if a source file changed

Open hkBst opened this issue 1 year ago • 0 comments

Current rerun-if directives include just the build/build.rs file itself, but not its cousin build/rustc.rs. Shouldn't the entire build directory be used instead? That way cargo will rerun if any of the files in build/ changes.

hkBst avatar Apr 05 '24 15:04 hkBst