pub(crate) fn add_feature( features: &mut Vec<String>, l: &MetaList, ) -> Result<()>
Adds the name of the feature if the given attribute is a cfg(feature) attribute.
cfg(feature)