-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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: ty::TypeVariants::hash_stable() - Unexpected variant TyInfer(?0) #49159
Comments
Possibly a duplicate of #49148 |
I can reproduce this. I cloned the repo, set rustup to (I also tested the latest |
That said, guess what; |
Minimized repro:
fn f() {
zzz(2)
}
output
version info
|
I'm unable to repro on stable, beta or nightly. Are you still seeing the ICE? |
I am no longer able to repro it.
|
When running
cargo check
from this directory at this commit, I got the following ICE:Output
Compiler details:
rustc 1.26.0-nightly (392645394 2018-03-15) running on x86_64-apple-darwin
-C debuginfo=2 -C incremental --crate-type lib
The text was updated successfully, but these errors were encountered: