We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo add
1 parent 8064fd5 commit 70ee253Copy full SHA for 70ee253
text/0000-build-std/5-stage-1b.md
@@ -380,6 +380,10 @@ edition = "2024"
380
std = { builtin = true } # <-- this would be added
381
```
382
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
+
387
[`cargo info`][cargo-info] will learn how to print information for the built-in
388
`std`, `alloc` and `core` dependencies:
389
0 commit comments