The instruction:
Add the following code to your main function, immediately after the println!:
Makes your_name
be used before the declaration:
let mut your_name = String::new();
Great book, enjoying it a lot so far!
The instruction:
Add the following code to your main function, immediately after the println!:
Makes your_name
be used before the declaration:
let mut your_name = String::new();
Great book, enjoying it a lot so far!
Thank you! I’ll put that into my issue tracker and include the fix in beta 2.