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.
1 parent 7163810 commit 396138bCopy full SHA for 396138b
text/0000-build-std/1-background.md
@@ -125,6 +125,10 @@ enable or disable these features. The default set of features is determined by
125
key in `bootstrap.toml`][bootstrap-features-toml]. The enabled features are
126
often different depending on the target.
127
128
+It is also common for user crates to depend on the standard library (via
129
+`#![no_std]`) conditional on Cargo features being enabled or disabled (e.g. a
130
+`std` feature or if `--test` is used).
131
+
132
### Target support
133
[background-target-support]: #target-support
134
0 commit comments