Currently the Unstable Book has autogenerated library feature links:
|
let lib_features_str = set_to_summary_str(&unstable_lib_features, "library-features"); |
but all they do is
link to the tracking issue.
It would be very helpful to have them link to all the individual library items gated behind each feature flag.
cc @jyn514 @alice-i-cecile
Currently the Unstable Book has autogenerated library feature links:
rust/src/tools/unstable-book-gen/src/main.rs
Line 39 in 4a82c21
It would be very helpful to have them link to all the individual library items gated behind each feature flag.
cc @jyn514 @alice-i-cecile