add comment

This commit is contained in:
Folkert 2022-07-10 20:48:57 +02:00
parent ff2b5cf6f0
commit 830dd03b30
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 22 additions and 2 deletions

View file

@ -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,