1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 05:35:46 +02:00
tldr/pages/common/cargo-report.md
Managor d0a4ac3bc4
cargo*: add option placeholders and fix some syntax (#17270)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-07-20 15:41:22 +00:00

16 lines
474 B
Markdown

# cargo report
> Display various kinds of reports.
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-report.html>.
- Display a report of crates which will eventually stop compiling:
`cargo report future-incompatibilities`
- Display a report with the specified Cargo-generated ID:
`cargo report future-incompatibilities --id {{id}}`
- Display a report for the specified package:
`cargo report future-incompatibilities {{[-p|--package]}} {{package}}`