mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-11 23:27:23 +02:00
Fixing main function errors in move_semantics/
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// move_semantics1.rs
|
||||
// Make me compile! Scroll down for hints :)
|
||||
|
||||
pub fn main() {
|
||||
fn main() {
|
||||
let vec0 = Vec::new();
|
||||
|
||||
let vec1 = fill_vec(vec0);
|
||||
|
||||
Reference in New Issue
Block a user