embedded-trainings-2020/embedded-workshop-book/src/troubleshoot-cargo-size.md
2020-07-13 17:41:37 +02:00

10 lines
230 B
Markdown

# `cargo-size` is not working
```
$ cargo size --bin hello
Failed to execute tool: size
No such file or directory (os error 2)
```
`llvm-tools-preview` is not installed. Install it with `rustup component add llvm-tools-preview`