Open
Description
Problem
rust-lang/rfcs#3516 calls for making exported-private-dependencies
into an error in new editions. This means it needs to be machine-applicable so cargo fix
can migrate it.
The problem is the most useful thing for a machine-applicable fix is to update Cargo.toml
but rustc has no knowledge of that.
Proposed Solution
Intercept the message from rustc, before cargo fix
(or the "machine applicable lints counter) sees this and add the machine-applicable content.
Notes
No response