Function synthez_core::parse::err::unknown_attr_arg[][src]

pub fn unknown_attr_arg<S: IntoSpan>(span: S, name: &str) -> Error
Expand description

Creates an “unknown attribute’s argument” syn::Error for the given name pointing to the given Span.