mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Fix types
This commit is contained in:
parent
b3ccc905a4
commit
dac4d842d8
4 changed files with 11 additions and 2 deletions
|
@ -438,7 +438,7 @@ fn write_source_with_answers<W: io::Write>(
|
|||
Some(InferredQuery {
|
||||
source_line_column,
|
||||
..
|
||||
}) if source_line_column.line == i as _
|
||||
}) if source_line_column.line == i as u32
|
||||
) {
|
||||
let inferred = sorted_queries.pop().unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue