Skip to content

Commit 40fd7c1

Browse files
Add Symbol constructor to nodiff
1 parent 4c34f5f commit 40fd7c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rulesets/Base/nondiff.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ VERSION >= v"1.1" && @non_differentiable splitpath(::AbstractString)
374374
@non_differentiable success(::Base.Process)
375375
@non_differentiable success(::Base.ProcessChain)
376376
@non_differentiable supertype(::Any)
377+
@non_differentiable Symbol(::Any)
377378
@non_differentiable symlink(::AbstractString, ::AbstractString)
378379

379380
@non_differentiable take!(::Base.GenericIOBuffer)

0 commit comments

Comments
 (0)