from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
CARGO-REPORT
Section: Misc. Reference Manual Pages (1) Index
Return to Main Contents
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
-
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)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- EXAMPLES
-
- SEE ALSO
-
|