Reference doc on cfg
does not cover cfg(feature = "...")
#34803
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
Rust appears to support
#[cfg(feature = "foo")]
to control optional features: Cargo doc.The Rust reference on
cfg
does not mentionfeature
: nightly doc.The text was updated successfully, but these errors were encountered: