remove Bag

This commit is contained in:
Folkert 2021-02-08 00:33:29 +01:00
parent ca04411523
commit 2c9a80153d
11 changed files with 127 additions and 210 deletions

View file

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