Module synthez_core::parse::err [−][src]
Expand description
Common errors of parsing.
Functions
Creates a “duplicated attribute’s argument” syn::Error
pointing to the
given Span
.
Creates an “expected followed by comma” syn::Error
in the given
Span
.
Creates an “unknown attribute’s argument” syn::Error
for the given
name
pointing to the given Span
.