我想在堆栈上有一个4或16兆字节的固定大小数组,因此任何边界检查都是针对常量的
此代码编译但是段错误
def inputEat(self):
input('What would you like to eat? Your choices are {}.'.format(', '.join(healthItems)))
Fighter.Health(x)
if self.health >= 100:
self.health = 100`
在关于rust 1.0 beta的相关问题中,讨论了可能实现此功能的实验性功能,但答案是模糊的 How to allocate arrays on the heap in Rust 1.0 (beta)? 目前还不清楚这些功能是否已经成功。