-
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
Compilation does not end. #38335
Comments
I was able to reproduce this on linux64, with same rustc version. I had this output and then the process just used up 100% CPU until killed.
Also: strace rustc test.rs 2> out.txt |
cc @eddyb |
I think this is a duplicate. cc @rust-lang/compiler |
Possibly fixed? I get the following when trying to compile:
|
The latter error (reached the type-limit) was the fix to this problem. Closing. |
I tried a recursive function like Continuation-passing style.
I tried this code
I expected the compilation would end or to see some compilation error, but the compilation is never finished without any error.
I made it simpler.
It also happened same problem.
Would you tell me why this problem has occured ?
Meta
rustc 1.13.0
binary: rustc
commit-hash: unknown
commit-date: unknown
host: x86_64-apple-darwin
release: 1.13.0
The text was updated successfully, but these errors were encountered: