Matt Nield
Matt Nield
I do not think this change is needed because the instructions in Chapter 1.1 are describing the process for compiling a Rust program from a single .rs file using rustc,...
To add to this, since the testing code generated by cargo automatically includes the line `use super::*;`, the following paragraph in Chapter 1.1 which describes this line being manually added...
I will attempt to answer this question, having done my best to recreate your circumstances. This is not ideal because I don't have a copy of your Excel file, and...