diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-02-11 19:48:55 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-11 19:48:55 +0000 |
| commit | 37bd796fb3090236a9569db7f7fc2bf7b6e8e2b2 (patch) | |
| tree | c14c55d4c07ef4340f3439bf4dbabf5174ebaf76 /docs | |
| parent | cbc7f620bd9aa96f2aa4acab232da69f39c4313a (diff) | |
| parent | 63cfa7cd6a71a37e647b7875161914f125744763 (diff) | |
Merge #610
610: Update cargo-batch. r=Dirbaio a=Dirbaio
Cargo-batch now prints target+features when buildng a crate fails, which is very handy when one of the 30 `embassy-stm32`s fails in CI.
Before:
```
error: could not compile embassy-stm32 due to 2 previous errors
```
After:
```
error: could not compile `embassy-stm32` due to 2 previous errors
target: Target(CompileTarget { name: "thumbv7em-none-eabi" })
features: ["_time-driver", "defmt", "exti", "stm32f410tb", "time-driver-any"]
```
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
