Can a Vec cause a stackoverflow?

后端 未结 0 603
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-31 01:48
let vector: Vec = Vec::new();

Can the vector in the code above cause a stackoverflow if the vector grows too big?

let vecto         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题