Summary
RFC: #3875
Documentation: TODO
Allows packages to list explicit dependencies on standard library crates.
See also rust-lang/rust#155363 for the build-std-always tracking issue.
Unresolved Issues
Future Extensions
About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Summary
RFC: #3875
Documentation: TODO
Allows packages to list explicit dependencies on standard library crates.
See also rust-lang/rust#155363 for the build-std-always tracking issue.
Unresolved Issues
Cargo.toml?Cargo.lock?Cargo.toml?build-dependencies?cargo metadatainclude the standard library's dependencies?pkgidspec for builtin dependencies be?Future Extensions
#![no_std]as the source-of-truth for whether a crate depends onstdbuiltinsource replacementrustc_dep_of_stdcompiler-rtintrinsicsAbout tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.