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.
45
45
46
46
Applying this option to key crates you depend on (and use only a small subset
47
47
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.)
49
54
50
55
## How does this perform?
51
56
@@ -151,7 +156,7 @@ allow the top-level crate to override.
151
156
152
157
## How do I help?
153
158
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 ] .
155
160
156
161
[ ^ nightly ] : Make sure to run ` rustup update nightly ` (or however you manage your Rust releases).
157
162
You can’t perform that action at this time.
0 commit comments