-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
ty_is_local invoked on unexpected type: [type error] #31311
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
can't reproduce. could you provide a backtrace? |
Sorry, completely forgot about providing a backtrace.
|
This should be fixed in nightly. Can you provide a case? |
@arielb1 ah, might be, since this happens when compiling the stage1 rustc (and stage0 is pretty old). My only “case” is rustc itself with a typo (branch linked in the first message). |
Backtrace suggests this is the same bug fixed by #30676. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling this branch: https://github.com/nagisa/rust/tree/rustc-ice
Once typo is fixed (s/DropAnalyze/DropAnalyzer/), the code compiles fine (i.e. there’s no other errors)
The text was updated successfully, but these errors were encountered: