Skip to content

Commit af5a4a9

Browse files
RexJaeschkeBillWagner
authored andcommitted
Impact of moving most of stackalloc spec from unsafe to expressions
1 parent 19a42c6 commit af5a4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/statements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ local_variable_declarator
319319
local_variable_initializer
320320
: 'ref'? expression
321321
| array_initializer
322-
| stackalloc_initializer // unsafe code support
322+
| stackalloc_initializer
323323
;
324324
```
325325

0 commit comments

Comments
 (0)