cfallin commented on issue #4072:
cc @fitzgen @abrown
github-actions[bot] commented on issue #4072:
Subscribe to Label Action
cc @cfallin, @fitzgen
<details>
This issue or pull request has been labeled: "cranelift", "isle"Thus the following users have been cc'd because of the following labels:
- cfallin: isle
- fitzgen: isle
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
cfallin commented on issue #4072:
@fitzgen I've updated this implementation to correspond to the now-merged PR, and added language-reference updates as well. I think it's ready for review!
The one change relative to the RFC's language spec is that the
pure
designator comes on thedecl
instead of theextern constructor
, which seemed more logically consistent to me once I realized that we'll want to do pure-expression-checking on internal constructor bodies invoked from if-lets as well.
Last updated: Nov 22 2024 at 16:03 UTC