src/doc/man/cargo-report-future-incompatibilities.md
{{~*set actionverb="Display a report for"}}
cargo-report-future-incompatibilities --- Reports any crates which will eventually stop compiling
cargo report future-incompatibilities [options]
Displays a report of future-incompatible warnings that were emitted during previous builds. These are warnings for changes that may become hard errors in the future, causing dependencies to stop building in a future version of rustc.
For more, see the chapter on Future incompat report.
{{#options}}
{{#option "--id id" }}
Show the report with the specified Cargo-generated id.
If not specified, shows the most recent report.
{{/option}}
{{/options}}
{{> section-options-package }}
{{#options}} {{> options-display }} {{/options}}
{{#options}} {{> options-locked }} {{/options}}
{{> section-options-common }}
{{> section-environment }}
{{> section-exit-status }}
Display the latest future-incompat report:
cargo report future-incompat
Display the latest future-incompat report for a specific package:
cargo report future-incompat --package [email protected]
{{man "cargo" 1}}, {{man "cargo-report" 1}}, {{man "cargo-build" 1}}