mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
commit
795bd3ff09
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ fn to_expr_report<'a>(
|
|||
let region = LineColumnRegion::from_pos(lines.convert_pos(*pos));
|
||||
|
||||
let doc = alloc.stack([
|
||||
alloc.reflow(r"I am partway through parsing an record, but I got stuck here:"),
|
||||
alloc.reflow(r"I am partway through parsing a record, but I got stuck here:"),
|
||||
alloc.region_with_subregion(lines.convert_region(surroundings), region),
|
||||
alloc.concat([alloc.reflow("TODO provide more context.")]),
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue