cargo-size is not working
$ cargo size --bin hello
Failed to execute tool: size
No such file or directory (os error 2)
llvm-tools is not installed. Install it with rustup component add llvm-tools
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
cargo-size is not working$ cargo size --bin hello
Failed to execute tool: size
No such file or directory (os error 2)
llvm-tools is not installed. Install it with rustup component add llvm-tools