-
Notifications
You must be signed in to change notification settings - Fork 13k
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: Trying to create type name for unexpected type [debuginfo] #58945
Comments
That happens with another codebase using |
I'm marking this as Blocking -- it seems like it could be pretty bad. If @Nemo157's PR fixes it, great! If not, we should try to reduce this to a standalone example or at least try to understand what's going on here. |
For the record I fixed the unrelated compilation errors and confirm my code builds (and runs fine!) with |
@magnet if you are able to bisect with cargo-bisect-rustc, that'd be great! |
@nikomatsakis Cool, I will try! :) |
In particular, that should be able to narrow it down to a PR |
This looks like it should be fixed by #58906 as well then. |
I confirm the latest nightly where #58906 has been merged fixes the issue. 👍 |
going to close this as fixed then, thanks @magnet ! |
I get this ICE since
nightly-2019-03-03
(untilnightly-2019-03-05
, i.e today's nightly). I can't test on earlier nightlies due to compilation errors on 3rd party crates but the same unchanged code worked fine on nightlies from early February (the only differences are updates totokio
andfutures-preview
to adapt to recent changes to the task API).mysql_async
is from themysql_async
crate, version0.17.2
. The same unchanged version used to compile and run fine.The text was updated successfully, but these errors were encountered: