Expand description
Common errors of parsing.
Functions§
- dup_
attr_ arg - Creates a “duplicated attribute’s argument”
syn::Error
pointing to the givenSpan
. - expected_
followed_ by_ comma - Creates an “expected followed by comma”
syn::Error
in the givenSpan
. - unknown_
attr_ arg - Creates an “unknown attribute’s argument”
syn::Error
for the givenname
pointing to the givenSpan
.