Skip to content
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

Permit stackalloc in nested expressions #26759

Closed
gafter opened this issue May 10, 2018 · 1 comment
Closed

Permit stackalloc in nested expressions #26759

gafter opened this issue May 10, 2018 · 1 comment

Comments

@gafter
Copy link
Member

gafter commented May 10, 2018

Implement dotnet/csharplang#1412 by permitting stackalloc expressions to be used in nested expressions rather than only at the top-level.

@gafter gafter added this to the 16.0 milestone May 10, 2018
@gafter gafter self-assigned this May 10, 2018
gafter added a commit to gafter/roslyn that referenced this issue Jul 31, 2018
The display for a stackalloc expression should be its type if it has one.
Fixes dotnet#26759
Additional tests are needed before integration into a product branch;
    see dotnet#28968
gafter pushed a commit that referenced this issue Aug 14, 2018
The display for a stackalloc expression should be its type if it has one.
Fixes #26759
Additional tests are needed before integration into a product branch;
    see #28968
@gafter
Copy link
Member Author

gafter commented Aug 14, 2018

Fixed in #28969

@gafter gafter closed this as completed Aug 14, 2018
gafter pushed a commit that referenced this issue May 1, 2019
* Permit stackalloc in nested contexts. (#28969)
Fixes #26759
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant