mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
remove Bag
This commit is contained in:
parent
ca04411523
commit
2c9a80153d
11 changed files with 127 additions and 210 deletions
|
@ -83,7 +83,8 @@ pub fn parse_problem<'b>(
|
|||
let doc = alloc.stack(vec![
|
||||
alloc.concat(vec![
|
||||
alloc.reflow("Unexpected token "),
|
||||
context(alloc, &parse_problem.context_stack, "here"),
|
||||
// context(alloc, &parse_problem.context_stack, "here"),
|
||||
todo!(),
|
||||
alloc.text(":"),
|
||||
]),
|
||||
alloc.region(region),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue