cargo-report: add page (#10798)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
Sunil Thunga 2023-10-02 19:31:15 +05:30 committed by GitHub
parent 9134b02bc7
commit 24b56f0643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# 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}}`