mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Remove compiler-file/line-dependent runtime error messages
This will help avoid the diff changes we've been running into often when changes to mono line numbers change test results.
This commit is contained in:
parent
f5f137982c
commit
94142bf474
2 changed files with 18 additions and 27 deletions
|
@ -1,6 +1,6 @@
|
|||
procedure List.5 (#Attr.2, #Attr.3):
|
||||
Error UnresolvedTypeVar crates/compiler/mono/src/ir.rs at match_on_closure_argument
|
||||
Error UnresolvedTypeVar: match_on_closure_argument
|
||||
|
||||
procedure Test.0 ():
|
||||
let Test.1 : List [] = Array [];
|
||||
Error UnresolvedTypeVar crates/compiler/mono/src/ir.rs at Expr::Closure
|
||||
Error UnresolvedTypeVar: Expr::Closure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue