-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FS-1081] - Extended fixed bindings #15697
[FS-1081] - Extended fixed bindings #15697
Conversation
Should we also address #9251 in this PR? The compiler could check if the referenced |
Yeah, this should be fine, just make sure both features are under preview language version (under same or separate flags). |
36922da
to
53b5920
Compare
…bleReference works
...onentTests/EmittedIL/FixedBindings/PinTypeWithExtensionGetPinnableReferenceReturningByref.fs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, that looks good to me, thanks!
Head branch was pushed to by a user without write access
Implementation for RFC FS-1081: https://github.com/fsharp/fslang-design/blob/main/FSharp-8.0/FS-1081-extended-fixed-bindings.md
Tasks: