-
Notifications
You must be signed in to change notification settings - Fork 13.4k
rp.is_none ICE with fn taking <'self, T: Iterator<&'self str>> #8741
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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:
|
# for free
to join this conversation on GitHub.
Already have an account?
# 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: