File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,12 @@ possible.
4545
4646Applying this option to key crates you depend on (and use only a small subset
4747of) 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
You can’t perform that action at this time.
0 commit comments