Closed as not planned
Description
Location
In the Rust Language Book, In Chapter 2, the guessing game does not work:
https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html#processing-a-guess
this line:
println!("You guessed: {guess}");
Generates the error:
error: there is no argument named guess
But this works:
println!("You guessed: {}", guess);
There is a similar problem with secret_number
Metadata
Metadata
Assignees
Labels
No labels