Skip to content

Commit 51c1bd4

Browse files
authored
Merge pull request #1664 from joshtriplett/hint-note-nightly-version-needed
Note the nightly version of Rust/Cargo needed
2 parents 090662f + d2ae6e6 commit 51c1bd4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/inside-rust/call-for-testing-hint-mostly-unused.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@ possible.
4545

4646
Applying this option to key crates you depend on (and use only a small subset
4747
of) can provide a substantial reduction in compile time, for debug builds and
48-
especially for release builds.
48+
especially for release builds. The remainder of this post shows how to apply
49+
this option selectively using Cargo, when to use it, and how it performs.
50+
51+
(Note that this option should *not* be applied to all crates, e.g. using
52+
`RUSTFLAGS`. See the rest of this post for guidance on when to apply it, and
53+
why it shouldn't be applied across the board.)
4954

5055
## How does this perform?
5156

@@ -151,7 +156,7 @@ allow the top-level crate to override.
151156

152157
## How do I help?
153158

154-
We'd love for you to test out this feature on the latest Rust nightly compiler[^nightly].
159+
We'd love for you to test out this feature on the latest nightly Rust and Cargo (2025-07-16 or newer)[^nightly].
155160

156161
[^nightly]: Make sure to run `rustup update nightly` (or however you manage your Rust releases).
157162

0 commit comments

Comments
 (0)