julia
0b74d175 - trimming: make sure to fail / warn on `Expr(:call, ...)` (#57342)

Commit
321 days ago
trimming: make sure to fail / warn on `Expr(:call, ...)` (#57342) This dispatch should not be treated as resolved just because arg0 is constant. With the previous code, that meant it was eligible for last-minute call resolution, but call-resolution in codegen is now forbidden so this needs to fail unilaterally.
Author
Parents
Loading