This commit is contained in:
blacktoast 2021-10-05 20:11:53 +09:00
parent 4823839cbd
commit 58eed23fac

View File

@ -6,7 +6,6 @@
fn main() {
let vec0 = Vec::new();
let mut vec1 = fill_vec(&vec0);
vec0.push(2);
// Do not change the following line!
println!("{} has length {} content `{:?}`", "vec0", vec0.len(), vec0);
println!("{:?}",vec0);