diff --git a/content/inside-rust/call-for-testing-hint-mostly-unused.md b/content/inside-rust/call-for-testing-hint-mostly-unused.md index 1830287e3..9eb29dedc 100644 --- a/content/inside-rust/call-for-testing-hint-mostly-unused.md +++ b/content/inside-rust/call-for-testing-hint-mostly-unused.md @@ -45,7 +45,12 @@ possible. Applying this option to key crates you depend on (and use only a small subset of) can provide a substantial reduction in compile time, for debug builds and -especially for release builds. +especially for release builds. The remainder of this post shows how to apply +this option selectively using Cargo, when to use it, and how it performs. + +(Note that this option should *not* be applied to all crates, e.g. using +`RUSTFLAGS`. See the rest of this post for guidance on when to apply it, and +why it shouldn't be applied across the board.) ## How does this perform? @@ -151,7 +156,7 @@ allow the top-level crate to override. ## How do I help? -We'd love for you to test out this feature on the latest Rust nightly compiler[^nightly]. +We'd love for you to test out this feature on the latest nightly Rust and Cargo (2025-07-16 or newer)[^nightly]. [^nightly]: Make sure to run `rustup update nightly` (or however you manage your Rust releases).