-
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
ICE: Region parameter out of range when substituting in region '_ (index=0) glacier fixed/69487-1.rs #88433
Comments
@rustbot claim |
@fee1-dead This is caused by ac50a53, when we try to resolve the instance for a trait fn we use receiver substs from the |
I didn't see the call to Ok(Some(ImplSource::UserDefined(data))) => {} |
I tried that, I also tried to just use the identity substs, in which case the resolution succeeds. But in both cases we get another ICE later during monorphization (which I'm not familiar with). This is the backtrace:
What does cc @oli-obk |
I have no idea what that ICE means. I haven't touched code in that backtrace. |
@fee1-dead That ICE resulted from some debugging code I had included, sorry for the confusion. |
Code
code from glacier/fixed/69487-1.rs
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: