parse error infrastructure

This commit is contained in:
Folkert 2020-04-15 21:10:14 +02:00
parent e21cdfc689
commit 719ef5b70e
10 changed files with 646 additions and 568 deletions

View file

@ -11,5 +11,5 @@
// re-enable this when working on performance optimizations than have it block PRs.
#![allow(clippy::large_enum_variant)]
pub mod error;
pub mod report;
pub mod type_error;