-
Notifications
You must be signed in to change notification settings - Fork 22
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
Panic: type parameter out of range when instantiating #747
Comments
W95Psp
added
bug
Something isn't working
frontend
Issue in the Rust to JSON translation
labels
Jul 2, 2024
I suspect that's the same issue as #683 |
This was referenced Jul 29, 2024
This issue has been marked as stale due to a lack of activity for 60 days. If you believe this issue is still relevant, please provide an update or comment to keep it open. Otherwise, it will be closed in 7 days. |
With #906, the error becomes:
(with added context coming from Charon) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minimized reproduction:
Open this code snippet in the playground
panics with
This does not panic with a similar
Option
impl, which suggests there's something weird happening with the generics. This also does not panic if I replace the HRTBs with simpleResult<T, U>: IntoIterator
bounds.The text was updated successfully, but these errors were encountered: