-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`syn` provides useful functions for low-level AST parsing that go beyond what `darling` attempts to support natively. In these cases, a caller may want to propagate a `syn::Error` up through a function that returns a `darling::Result`. This new impl guarantees lossless handling, emitting the same compiler error is emitted as if the `syn::Error::to_compile_error` had been called directly.
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters