mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
add comment
This commit is contained in:
parent
ff2b5cf6f0
commit
830dd03b30
2 changed files with 22 additions and 2 deletions
|
@ -4817,7 +4817,7 @@ fn build_pending_specializations<'a>(
|
|||
);
|
||||
}
|
||||
|
||||
let body = roc_can::expr::convert_toplevel_expect(body);
|
||||
let body = roc_can::expr::toplevel_expect_to_inline_expect(body);
|
||||
|
||||
let proc = PartialProc {
|
||||
annotation: expr_var,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue