Skip to content

v0.14.1

Compare
Choose a tag to compare
@TedDriggs TedDriggs released this 08 Sep 19:46
  • Fix a bug where using a trait that accepts #[darling(attributes(...))] without specifying any attributes would emit code that did not compile. #183
  • Impl Clone for darling::Error #184
  • Impl Fromdarling::Error for syn::Error #184
  • Add Error::span and Error::explicit_span methods #184