We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23cf43 commit 16e4c29Copy full SHA for 16e4c29
src/doc/src/reference/build-scripts.md
@@ -328,7 +328,9 @@ list of files controlled by the [`exclude` and `include` fields]). For most
328
cases, this is not a good choice, so it is recommended that every build script
329
emit at least one of the `rerun-if` instructions (described below). If these
330
are emitted, then Cargo will only re-run the script if the given value has
331
-changed.
+changed. If Cargo is re-running the build scripts of your own crate or a
332
+dependency and you don't know why, see ["Why is Cargo rebuilding my code?" in the
333
+FAQ](../faq.md#why-is-cargo-rebuilding-my-code).
334
335
[`exclude` and `include` fields]: manifest.md#the-exclude-and-include-fields
336
0 commit comments