Tracking Issue for future incompatible report #9241
Labels
A-future-incompat
Area: future incompatible reporting
C-tracking-issue
Category: A tracking issue for something unstable.
Summary
RFC: #2834
Implementation: #8825
Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#future-incompat-report
-Z future-incompat-report
enables generating a summary at the end of compilation that shows if any dependencies generate a "future incompatible warning" where it might stop building in the future.--future-incompat-report
flag will display the report at the end of the build (needs-Zfuture-incompat-report -Zunstable-options
).report future-incompatibilities
command will display a report for a previous build command.This is a placeholder issue for the Cargo-side of changes, see rust-lang/rust#71249 for the actual tracking issue.
The text was updated successfully, but these errors were encountered: