Skip to content

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

Closed

Description

|(::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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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