parse expect

This commit is contained in:
Folkert 2021-04-22 23:00:44 +02:00
parent 50942325b9
commit 700e7d9686
12 changed files with 223 additions and 5 deletions

View file

@ -158,6 +158,8 @@ fn generate_module_doc<'a>(
Body(_, _) => (acc, None),
Expect(c) => todo!("documentation for tests {:?}", c),
NotYetImplemented(s) => todo!("{}", s),
}
}