Function rustc_attr::parse_confusables
source · pub fn parse_confusables(attr: &Attribute) -> Option<Vec<Symbol>>
Expand description
Read the content of a rustc_confusables
attribute, and return the list of candidate names.
pub fn parse_confusables(attr: &Attribute) -> Option<Vec<Symbol>>
Read the content of a rustc_confusables
attribute, and return the list of candidate names.