Skip to content

deprecate &x syntax in ccall, replace with Ref #6080

@pygy

Description

@pygy
|(::String) = 4
# | (generic function with 49 methods)

&(::String) = 6
# ERROR: syntax: invalid identifier name "::"

|(123,456)
#507

&(123,456)
# ERROR: unsupported or misplaced expression &

Base.(:&) works as intended.

Metadata

Metadata

Labels

breakingThis change will break codedeprecationThis change introduces or involves a deprecationneeds decisionA decision on this change is neededparserLanguage parsing and surface syntax

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions