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 f9d99b8 commit b55f443Copy full SHA for b55f443
src/Tracing.jl
@@ -571,7 +571,7 @@ end
571
end
572
573
function to_rarray_internal(@nospecialize(::TracedRArray), ::Tuple)
574
- error("Cannot convert TracedRArray to ConcreteRArray")
+ return error("Cannot convert TracedRArray to ConcreteRArray")
575
576
@inline to_rarray_internal(@nospecialize(x::ConcreteRArray), ::Tuple) = x
577
@inline function to_rarray_internal(
0 commit comments