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 4d21152 commit 6ad33c0Copy full SHA for 6ad33c0
src/Tracing.jl
@@ -527,7 +527,7 @@ end
527
end
528
529
function to_rarray_internal(@nospecialize(::TracedRArray), ::Tuple)
530
- error("Cannot convert TracedRArray to ConcreteRArray")
+ return error("Cannot convert TracedRArray to ConcreteRArray")
531
532
@inline to_rarray_internal(@nospecialize(x::ConcreteRArray), ::Tuple) = x
533
@inline function to_rarray_internal(
0 commit comments