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 db1bbda commit 93e8b1fCopy full SHA for 93e8b1f
text/3502-cargo-script.md
@@ -420,6 +420,9 @@ A GC for cargo is being tracked in [rust-lang/cargo#12633](https://github.com/ru
420
With lockfile "hidden away" in the `target/`,
421
users might not be aware that they are using old dependencies.
422
423
+With `target/` including a hash of the script, moving the script throwsaway the build cache.
424
+[cargo#5931](https://github.com/rust-lang/cargo/issues/5931) could help reduce this.
425
+
426
Syntax is not reserved for `build.rs`, proc-maros, embedding
427
additional packages, or other functionality to be added later with the
428
assumption that if these features are needed, a user should be using a
0 commit comments