Applicability
-ify suggestions · Issue #50723 · rust-lang/rust (original) (raw)
#50204 introduced an Applicability
enum that is used to indicate whether a suggestion is suitable for non-interactive application by tools (notably rustfix), replacing a boolean that was intended for this purpose (#47540, #39254). It looks like we want to do this everywhere, but there didn't seem to be an existing issue to track this.