mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Report space problem in import
This commit is contained in:
parent
520dc389f3
commit
233310cabf
1 changed files with 3 additions and 1 deletions
|
@ -1452,7 +1452,9 @@ fn to_import_report<'a>(
|
|||
use roc_parse::parser::EImport::*;
|
||||
|
||||
match parse_problem {
|
||||
Annotation(ann_problem, pos) => to_type_report(alloc, lines, filename, ann_problem, *pos),
|
||||
Annotation(problem, pos) => to_type_report(alloc, lines, filename, problem, *pos),
|
||||
|
||||
Space(problem, pos) => to_space_report(alloc, lines, filename, problem, *pos),
|
||||
_ => todo!(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue