Skip to content

Commit 70ee253

Browse files
committed
1b: mention cargo add interactions w/ features
1 parent 8064fd5 commit 70ee253

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

text/0000-build-std/5-stage-1b.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,10 @@ edition = "2024"
380380
std = { builtin = true } # <-- this would be added
381381
```
382382
383+
If attempting to add `core`, `alloc` or `std` with features then this will
384+
succeed but building the crate will require nightly, as described in
385+
[*Features*][features].
386+
383387
[`cargo info`][cargo-info] will learn how to print information for the built-in
384388
`std`, `alloc` and `core` dependencies:
385389

0 commit comments

Comments
 (0)