lisp icon indicating copy to clipboard operation
lisp copied to clipboard

Lustc expects compiled programs to return an immediate type

Open 0xekez opened this issue 3 years ago • 0 comments

The following program panics because the return value (result of last expression compiled) is a closure:

(let printf (fn (list & args) 1))

0xekez avatar Jun 07 '21 03:06 0xekez