fix: update move_semantics2

fixes #1197
This commit is contained in:
vsthosar 2023-07-04 12:17:07 +05:30 committed by GitHub
parent c5b0627180
commit 0c2f354c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
// I AM NOT DONE
fn main() {
let vec0 = Vec::new();
let vec0 = vec![22, 44, 66];
let mut vec1 = fill_vec(vec0);