Skip to content

Disable constraint syntax in foreign import declarations #3182

@natefaubion

Description

@natefaubion

Constraints are magic completely handled by the compiler, and right now you can write foreign imports which depend on their representation. This is very brittle, and hinders a compilers ability to optimize their representation in anyway. It's much safer to take implementations explicitly. Should we eliminate constraint syntax from the foreign import grammar?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions