first header parse report test

This commit is contained in:
Folkert 2021-03-08 19:20:11 +01:00
parent 25e3ab5a7d
commit 845307f94e
3 changed files with 70 additions and 10 deletions

View file

@ -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>>,