We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c6eb2 commit 842c51cCopy full SHA for 842c51c
base/compiler/inferencestate.jl
@@ -464,7 +464,7 @@ should_insert_coverage(mod::MethodInstance) = should_insert_coverage(mod.def)
464
should_insert_coverage(mod::Module) = false
465
function should_insert_coverage(info::DebugInfo)
466
linetable = info.linetable
467
- linetable === nothing || (should_insert_coverage(should_insert_coverage) && return true)
+ linetable === nothing || (should_insert_coverage(linetable) && return true)
468
should_insert_coverage(info.def) && return true
469
return false
470
end
0 commit comments