mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
442 B
Markdown
17 lines
442 B
Markdown
![]() |
# cargo report
|
||
|
|
||
|
> Display various kinds of reports.
|
||
|
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-report.html>.
|
||
|
|
||
|
- Display a report:
|
||
|
|
||
|
`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|...}} --package {{package}}`
|