-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor into try_test + syn::Result
syn::Result allows us to return spanned errors which can be converted into nice compile errors when there is unexpected input. For example: ``` error: Failed to parse value, expected a string! --> tests/mod.rs:94:33 | 94 | #[test_log(default_log_filter = 6)] | ^ ```
- Loading branch information
1 parent
4e87c3f
commit 30d8d84
Showing
2 changed files
with
13 additions
and
2 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