diff --git a/collects/typed-racket/optimizer/tool/mzc.rkt b/collects/typed-racket/optimizer/tool/mzc.rkt index 03eac730dc..60e52b94a5 100644 --- a/collects/typed-racket/optimizer/tool/mzc.rkt +++ b/collects/typed-racket/optimizer/tool/mzc.rkt @@ -116,6 +116,7 @@ (and (equal? path where-path) (= col where-col) (= line where-line))] + [(hunoz #f) #t] ; we assume it is, to be conservative [(hunoz hukairz) #f])])) (define (inlining-event->forged-stx evt)