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 4c34f5f commit 40fd7c1Copy full SHA for 40fd7c1
src/rulesets/Base/nondiff.jl
@@ -374,6 +374,7 @@ VERSION >= v"1.1" && @non_differentiable splitpath(::AbstractString)
374
@non_differentiable success(::Base.Process)
375
@non_differentiable success(::Base.ProcessChain)
376
@non_differentiable supertype(::Any)
377
+@non_differentiable Symbol(::Any)
378
@non_differentiable symlink(::AbstractString, ::AbstractString)
379
380
@non_differentiable take!(::Base.GenericIOBuffer)
0 commit comments