type variable errors

This commit is contained in:
Folkert 2021-03-12 03:18:31 +01:00
parent 16a2dfd058
commit b349ae7ab5
4 changed files with 15 additions and 52 deletions

View file

@ -1752,7 +1752,6 @@ 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);