In #1211 it looks like stackalloc int[3][1] should be valid by the standard, but Roslyn complains. We've decided it wouldn't do what is probably expected anyway, so it would be better to prohibit it in the standard.
We haven't yet decided on the best approach for this (e.g. in the grammar or as an additional semantic rule in the text).