Closed
Description
Per @Centril's comment, we want to move async unsafe fn
to its own feature gate:
I would also like to move
async unsafe fn
out of the MVP into its own feature gate because I think a) it has seen little use, b) it is not particularly well tested, c) it ostensibly behaves weirdly because the.await
point is not where you writeunsafe { ... }
and this is understandable from "leaky implementation POV" but not so much from an effects POV, d) it has seen little discussion and was not included in the RFC nor this report, and e) we did this withconst fn
and it worked fine. (I can write up the feature gating PR)
This issue has been assigned to @delan via this comment.
Metadata
Metadata
Assignees
Labels
Area: Async & AwaitAsync-await issues that are part of the "polish" areaCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Relevant to the compiler team, which will review and decide on the PR/issue.