Skip to content

Commit efee7ff

Browse files
committed
fallback for set_mlir_data!
1 parent 02ca88f commit efee7ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TracedUtils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ function set_mlir_data!(x::AnyTracedRArray{T}, data) where {T}
131131
return x
132132
end
133133

134-
function set_mlir_data!(x::MissingTracedValue, data)
135-
@warn "Setting mlir data on a MissingTracedValue is a no-op."
134+
function set_mlir_data!(x::T, data) where T
135+
@warn "Setting mlir data on a $T is a no-op."
136136
return x
137137
end
138138

0 commit comments

Comments
 (0)