phd-typst/assets/dash-3d-implementation/undefined-behaviour.rs

5 lines
72 B
Rust
Raw Normal View History

2023-04-14 18:27:59 +02:00
let mut vec = vec![1, 2, 3];
for value in &vec {
vec.push(value);
}