diff options
author | 2017-07-14 18:54:54 -0500 | |
---|---|---|
committer | 2017-07-14 18:57:02 -0500 | |
commit | 98596554b3d88a7619bdbc3ac7462a95b7263e96 (patch) | |
tree | b04a8e1e6011f741e045044389e6189d49abf78a /macros/src/error.rs | |
parent | 59afbf02aa06d976dfd22df4cb87fadf6027a0fb (diff) | |
download | rtic-98596554b3d88a7619bdbc3ac7462a95b7263e96.tar.gz rtic-98596554b3d88a7619bdbc3ac7462a95b7263e96.tar.zst rtic-98596554b3d88a7619bdbc3ac7462a95b7263e96.zip |
split macro parser into its own crate and improve error handling / reporting
Diffstat (limited to 'macros/src/error.rs')
-rw-r--r-- | macros/src/error.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/src/error.rs b/macros/src/error.rs new file mode 100644 index 00000000..c0444737 --- /dev/null +++ b/macros/src/error.rs @@ -0,0 +1 @@ +error_chain!(); |