mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
basic working
compiling, but still missing positions from expression errors
This commit is contained in:
parent
146710a129
commit
81f2095e61
14 changed files with 192 additions and 49 deletions
|
@ -702,7 +702,7 @@ pub fn handle_error_module(
|
|||
|
||||
pub fn handle_loading_problem(problem: LoadingProblem) -> std::io::Result<i32> {
|
||||
match problem {
|
||||
LoadingProblem::FormattedReport(report) => {
|
||||
LoadingProblem::FormattedReport(report,_) => {
|
||||
print!("{report}");
|
||||
Ok(1)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue