summaryrefslogtreecommitdiffstats
path: root/src/doc/man/generated_txt/cargo-report.txt
blob: f75a60c50e1d539984399cf1303422d0a1c7b63e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
CARGO-REPORT(1)

NAME
       cargo-report — Generate and display various kinds of reports

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)