mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
new space parser
This commit is contained in:
parent
3e554cb21f
commit
f5284d1db7
4 changed files with 266 additions and 121 deletions
|
@ -1713,6 +1713,7 @@ fn to_type_report<'a>(
|
|||
}
|
||||
|
||||
Type::TAsIndentStart(row, col) => {
|
||||
dbg!(row, col);
|
||||
let surroundings = Region::from_rows_cols(start_row, start_col, *row, *col);
|
||||
let region = Region::from_row_col(*row, *col);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue