[][src]Function syntex_syntax2::attr::find_export_name_attr

pub fn find_export_name_attr(
    diag: &Handler,
    attrs: &[Attribute]
) -> Option<Symbol>

Find the value of #[export_name=*] attribute and check its validity.