let vector: Vec = Vec::new();
Can the vector in the code above cause a stackoverflow if the vector grows too big?
let vecto