mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +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
|
@ -63,7 +63,7 @@ pub(crate) fn write_compiled_ir<'a>(
|
|||
let loaded = match loaded {
|
||||
Ok(x) => x,
|
||||
Err(LoadMonomorphizedError::LoadingProblem(roc_load::LoadingProblem::FormattedReport(
|
||||
report,
|
||||
report,_
|
||||
))) => {
|
||||
println!("{report}");
|
||||
panic!();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue