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

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

Closed
Enselic opened this issue Feb 19, 2022 · 0 comments · Fixed by #33
Closed

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

Enselic opened this issue Feb 19, 2022 · 0 comments · Fixed by #33
Labels
limitation A current limitation of the library, e.g. due to an upstream bug. waiting-on-upstream Some other project needs to make a change before we can make a change.

Comments

@Enselic
Copy link
Owner

Enselic commented Feb 19, 2022

Because of rust-lang/rust#94150

@Enselic Enselic added limitation A current limitation of the library, e.g. due to an upstream bug. waiting-on-upstream Some other project needs to make a change before we can make a change. labels Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
limitation A current limitation of the library, e.g. due to an upstream bug. waiting-on-upstream Some other project needs to make a change before we can make a change.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant