Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
297: Tweak testing cargo-binutils r=eldruin a=winksaville While following the instructions for cargo-binutils in 03-setup the `cargo size -- -version` caused an error when following the instructions: ``` console $ cargo size -- -version error: Error during execution of `cargo metadata`: error: could not find `Cargo.toml` in `C:\Users\wink` or any parent directory ``` The cause of the error is that you're not told to be in a rust project directory. The solution I've chosen is to create a rust bin project, cd into the project, run it and then do the `cargo size -- -version`. Co-authored-by: Wink Saville <wink@saville.com>
- Loading branch information