1CARGO-REPORT(1) General Commands Manual CARGO-REPORT(1)
2
3
4
6 cargo-report - Generate and display various kinds of reports
7
9 cargo report type [options]
10
11 DESCRIPTION
12 Displays a report of the given type - currently, only future-incompat
13 is supported
14
16 --id id
17 Show the report with the specified Cargo-generated id
18
19 -p spec..., --package spec...
20 Only display a report for the specified package
21
23 1. Display the latest future-incompat report:
24
25 cargo report future-incompat
26
27 2. Display the latest future-incompat report for a specific package:
28
29 cargo report future-incompat --package my-dep:0.0.1
30
32 Future incompat report
33 <https://doc.rust-lang.org/cargo/reference/future-incompat-report.html>
34
35 cargo(1)
36
37
38
39 CARGO-REPORT(1)