Skip to content

Commit b9a3171

Browse files
authored
Fix string interpolation in customrules.jl
1 parent bc6395c commit b9a3171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/customrules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ function push_box_for_argument!(@nospecialize(B::LLVM.IRBuilder),
237237
else
238238
cur_inline_roots, eTy = if just_primal_rooting
239239
@assert activity_wrap
240-
inline_roots_type(eltype(Ty)), "primal.$eTy"
240+
inline_roots_type(eltype(Ty)), "primal.$(eltype(Ty))"
241241
else
242242
num_inline_roots, string(Ty)
243243
end

0 commit comments

Comments
 (0)