logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cargo-report — Generate and display various kinds of reports

Examples

        1. Display the latest future-incompat report:

               cargo report future-incompat

        2. Display the latest future-incompat report for a specific package:

               cargo report future-incompat --package my-dep:0.0.1

Name

       cargo-report — Generate and display various kinds of reports

Options

--idid
           Show the report with the specified Cargo-generated id

       -pspec…, --packagespec…
           Only display a report for the specified package

See Also

Futureincompatreport <https://doc.rust-lang.org/cargo/reference/future-incompat-report.html>

       cargo(1)

                                                                                                 CARGO-REPORT(1)

Synopsis

cargoreporttype [options]

   DESCRIPTION
       Displays a report of the given type — currently, only future-incompat is supported

See Also