Relaxing modifier order for ref struct #7697
Unanswered
huoyaoyuan
asked this question in
Language Ideas
Replies: 2 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
The issue is in the Any Time milestone, which means we'd accept an implementation, but are probably not going to work on it ourselves unless we happen to be changing something else in the area. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently
internal ref unsafe partial struct
is invalid, and the error message is confusing. Onlyinternal unsafe ref partial struct
is valid.The runtime repo is hitting this: dotnet/runtime#94840
There was a discussion in LDM: https://github.com/dotnet/csharplang/blob/main/meetings/2018/LDM-2018-04-04.md#ordering-of-ref-and-partial-keywords . Is there any further actions?
Beta Was this translation helpful? Give feedback.
All reactions