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 283c9dd commit 0122b86Copy full SHA for 0122b86
text/3873-build-std-context.md
@@ -953,8 +953,8 @@ rebuild the standard library.
953
- There is no stable mechanism for using the standard library on a tier
954
three target that does not ship a pre-built std
955
956
- - While it is common for these targets to not support the standard library,
957
- they should be able to use `core`
+ - While it is common for these targets to not support the `std` crate, they
+ should be able to use `core`
958
959
- These users are forced to use nightly and the unstable `-Zbuild-std`
960
feature or third-party tools like [cargo-xbuild] (formerly [xargo])
0 commit comments