Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide synthetic generic params #33

Merged
merged 2 commits into from
Feb 28, 2022
Merged

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)
1 participant