mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Merge remote-tracking branch 'origin/main' into upgrade-llvm-zig
This commit is contained in:
commit
d74a3c0746
28 changed files with 1040 additions and 166 deletions
|
@ -677,7 +677,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