-
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
b5d07af
commit e1d5d67
Showing
2 changed files
with
14 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