Closed
Description
In chapter 5, in the compile error for the code let x;
, it shows the source file as being src/guessing_game.rs
although it has never been mentioned before in the guide.
Later in the chapter it says:
Let's try it out. Change your src/guessing_game.rs file to look like this:
At that point of the guide, there have not been any instructions to create a file by that name.