Fixing main function errors in move_semantics/

This commit is contained in:
Katharina Fey
2018-08-16 16:33:27 -05:00
parent 32a88c36db
commit 961d725227
5 changed files with 73 additions and 68 deletions

View File

@@ -3,7 +3,7 @@
// (no lines with multiple semicolons necessary!)
// Scroll down for hints :)
pub fn main() {
fn main() {
let vec0 = Vec::new();
let mut vec1 = fill_vec(vec0);