Skip to content

Commit da416a9

Browse files
authored
Correct reference to wrong package in error message
1 parent dbe0760 commit da416a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/forward_demand.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function forward_diff_uncached!(ir::IRCode, interp::AbstractInterpreter, irsv::I
138138

139139
result = new_frame.result.result
140140
if isa(result, Const) && result.val === nothing
141-
error("DAECompiler thought we had an frule at inference time, but no frule found")
141+
error("Diffractor thought we had an frule at inference time, but no frule found")
142142
end
143143

144144
# Incidence analysis through the rt call

0 commit comments

Comments
 (0)