Skip to content

Conversation

@Enselic
Copy link
Owner

@Enselic Enselic commented Feb 28, 2022

Closes #23

Even though we cheat a bit until rust-lang/rust#94150 is fixed I expect the heuristics to work pretty well in practice.

@Enselic Enselic merged commit db58314 into main Feb 28, 2022
@Enselic Enselic deleted the hide-synthetic-generic-params branch February 28, 2022 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pub fn f(_: impl Clone) becomes pub fn f<impl Clone: Clone>(_: impl Clone)

2 participants