Module err

Source
Expand description

Common errors of parsing.

Functions§

dup_attr_arg
Creates a “duplicated attribute’s argument” syn::Error pointing to the given Span.
expected_followed_by_comma
Creates an “expected followed by comma” syn::Error in the given Span.
unknown_attr_arg
Creates an “unknown attribute’s argument” syn::Error for the given name pointing to the given Span.