diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index 52efd6b0575..189c0b131a9 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -423,7 +423,7 @@ private_dep = "2.0.0" # Will be 'private' by default ``` ### build-std -* Tracking Repository: https://github.com/rust-lang/wg-cargo-std-aware +* Tracking Repository: The `build-std` feature enables Cargo to compile the standard library itself as part of a crate graph compilation. This feature has also historically been known @@ -493,9 +493,9 @@ feature for Cargo has an extremely long history and is very large in scope, and this is just the beginning. If you'd like to report bugs please either report them to: -* Cargo - https://github.com/rust-lang/cargo/issues/new - for implementation bugs +* Cargo - - for implementation bugs * The tracking repository - - https://github.com/rust-lang/wg-cargo-std-aware/issues/new - for larger design + - for larger design questions. Also if you'd like to see a feature that's not yet implemented and/or if @@ -504,7 +504,7 @@ the [issue tracker](https://github.com/rust-lang/wg-cargo-std-aware/issues) of the tracking repository, and if it's not there please file a new issue! ### build-std-features -* Tracking Repository: https://github.com/rust-lang/wg-cargo-std-aware +* Tracking Repository: This flag is a sibling to the `-Zbuild-std` feature flag. This will configure the features enabled for the standard library itself when building the standard