Reference doc on cfg
does not cover cfg(feature = "...")
#21
Labels
A-attributes
Area: Attributes
Easy
We believe this would not be difficult to actually fix
New Content
Missing features or aspects of language not currently documented.
Migrated from rust-lang/rust#34803
Rust appears to support #[cfg(feature = "foo")] to control optional features: Cargo doc.
The Rust reference on cfg does not mention feature: nightly doc.
The text was updated successfully, but these errors were encountered: