rust-lang / impl-trait-utils

Utilities for working with impl traits in Rust.
Apache License 2.0
89 stars 9 forks source link

Fix associated type generic bounds not in where clause #26

Closed bsh98 closed 7 months ago

bsh98 commented 8 months ago

Resolves #25.

Also includes a minor refactor of mk_blanket_impl to prefer the use of split_for_impl over GenericParamName.

tmandry commented 7 months ago

Thanks for the PR, @bsh98!