mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
95f59668e6
This removes an existing generic param from the `GenericParamList`. It also considers to remove the extra colon & whitespace to the previous sibling. * change order to get all param types first and mark them as mutable before the first edit happens * add helper function to remove a generic parameter * fix test output