Expand description
Support for future-incompatible warning reporting.
Structs
A diagnostic emitted by the compiler as a JSON message. We only care about the ‘rendered’ field
A single future-incompatible warning emitted by rustc.
The future incompatibility report, emitted by the compiler as a JSON message.
Structure used for collecting reports in-memory.
The structure saved to disk containing the reports.
Constants
Functions
Writes a future-incompat report to disk, using the per-package reports gathered during the build. If requested by the user, a message is also displayed in the build output.