mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
port header parsing
This commit is contained in:
parent
4b8f5fb477
commit
2773639c7b
4 changed files with 113 additions and 55 deletions
|
@ -2592,7 +2592,7 @@ fn to_header_report<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
EHeader::PlatformName(row, col) => {
|
||||
EHeader::PlatformName(_, 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