-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
rp.is_none ICE with fn taking <'self, T: Iterator<&'self str>> #8741
Comments
You can't use the |
I was surprised that it required me to use |
The workaround is to implement everything with ad-hoc traits until |
probable subbug of #4846 |
No longer reproduces with:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reduced test case:
Original bug report follows:
The following function declaration triggers an ICE
The failure is
The text was updated successfully, but these errors were encountered: