pub fn parse_confusables(attr: &impl AttributeExt) -> 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: &impl AttributeExt) -> Option<Vec<Symbol>>
Read the content of a rustc_confusables
attribute, and return the list of candidate names.