mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
first header parse report test
This commit is contained in:
parent
25e3ab5a7d
commit
845307f94e
3 changed files with 70 additions and 10 deletions
|
@ -308,7 +308,7 @@ pub fn module_defs<'a>() -> impl Parser<'a, Vec<'a, Located<Def<'a>>>, SyntaxErr
|
|||
// force that we pare until the end of the input
|
||||
skip_second!(zero_or_more!(space0_around(loc(def(0)), 0)), end_of_file())
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
struct ProvidesTo<'a> {
|
||||
entries: Vec<'a, Located<ExposesEntry<'a, &'a str>>>,
|
||||
to: Located<To<'a>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue