start giving header parsing good messages

This commit is contained in:
Folkert 2021-03-08 15:48:40 +01:00
parent 5029469825
commit 905301bf96
4 changed files with 100 additions and 10 deletions

View file

@ -7,7 +7,6 @@ use bumpalo::collections::Vec;
use bumpalo::Bump;
use roc_region::all::Located;
#[allow(dead_code)]
pub fn parse_expr_with<'a>(
arena: &'a Bump,
input: &'a str,