xref: /aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/share/man/man1/cargo-report.1 (revision b40554a23088fb75aa6945dfe8e65169c8484da3)
t
"CARGO-REPORT" "1"
.ss \n[.ss] 0
"NAME"
cargo-report \[em] Generate and display various kinds of reports
"SYNOPSIS"
cargo report type [options]
"DESCRIPTION"
Displays a report of the given type \[em] currently, only future-incompat is supported
"OPTIONS"
--id id

Show the report with the specified Cargo-generated id

-p spec\[u2026], --package spec\[u2026]

Only display a report for the specified package

"EXAMPLES"

\h'-04' 1.\h'+01'Display the latest future-incompat report:

cargo report future-incompat

\h'-04' 2.\h'+01'Display the latest future-incompat report for a specific package:

cargo report future-incompat --package my-dep:0.0.1
"SEE ALSO"
Future incompat report <https://doc.rust-lang.org/cargo/reference/future-incompat-report.html> cargo(1)