Function unknown_attr_arg

Source
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.