Support generating witnesses for manifest lints #1008
Labels
C-enhancement
Category: raise the bar on expectations
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: Mentorship is available for this issue.
Lints'
witness
field currently only supports creating witnesses for source code breakage, not manifest breakage. It can generate Rust source code witnesses, but proving that manifest breakage has occurred requires generating aCargo.toml
file (plus, presumably, an emptylib.rs
).We need a way to optionally specify a
Cargo.toml
template in addition to the source code template that is currently supported by thewitness
field in lint files.cc @suaviloquence — this is low priority at the moment, just a heads-up so you can keep an eye on it and mull over how we'd design witness support for manifests.
The text was updated successfully, but these errors were encountered: