mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Refactor collections
This commit is contained in:
parent
9ce2f4e1ff
commit
451b2c0ded
7 changed files with 54 additions and 53 deletions
|
@ -3832,7 +3832,7 @@ fn to_requires_report<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
ERequires::Open(pos) => {
|
||||
ERequires::ListEnd(pos) | ERequires::Open(pos) => {
|
||||
let surroundings = Region::new(start, pos);
|
||||
let region = LineColumnRegion::from_pos(lines.convert_pos(pos));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue