rust-lang/rustfix

Apply multipart suggestions

estebank opened this issue · 1 comments

Suggestions can perform multiple changes simultaneously (err.multipart_suggestion[_with_applicability](message, vec![(span, code)])). rustfix should be able to apply these.

CC rust-lang/rust#56220.

duplicate of #141, itself blocked on rust-lang/rust#53934