cargo-report - Man Page

Generate and display various kinds of reports

Examples (TL;DR)

Synopsis

cargo report type [options]

Description

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

Options

--id id

Show the report with the specified Cargo-generated id

-p spec…,  --package spec

Only display a report for the specified package

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

See Also

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

cargo(1)

Referenced By

cargo-build(1), cargo-check(1), cargo-rustc(1), cargo-test(1).