mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
start giving header parsing good messages
This commit is contained in:
parent
5029469825
commit
905301bf96
4 changed files with 100 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue