-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Internal compiler error with &[[bool]] #27482
Comments
Hmm, that |
Here it is with --verbose C:\Users\User\projects\testi2>cargo build --verbose Could not compile Caused by: |
Almost definitely this: #24707 |
Agreed, the "debuginfo" comment seals it for me, as it explains the difference between using Closing as duplicate of #24707 |
Hi!
When I was writing my own version of Game of Life, I made new function which caused message:
This happens only with cargo build, but with rustc it's fine.
I noticed that following program is enough to cause that:
My rust version:
rustc 1.1.0 (35ceea3 2015-06-19)
binary: rustc
commit-hash: 35ceea3
commit-date: 2015-06-19
host: x86_64-pc-windows-gnu
release: 1.1.0
I would like to know if anyone else gets this kind of problem or is it just me.
The text was updated successfully, but these errors were encountered: