Skip to content
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

Building with old library causes ICE #10847

Closed
klutzy opened this issue Dec 7, 2013 · 2 comments
Closed

Building with old library causes ICE #10847

klutzy opened this issue Dec 7, 2013 · 2 comments

Comments

@klutzy
Copy link
Contributor

klutzy commented Dec 7, 2013

If I use extern mod a; where the library is built by old rustc, new rustc fails:

task 'rustc' failed at 'index out of bounds: the len is 4399208 but the index is 4399208', /home/lime/src/rust-vanilla/src/libextra/ebml.rs:111
error: internal compiler error: unexpected failure

There was similar reports before (e.g. #8882, #9189). It would be better to print some helpful errors (e.g. version mismatch).

@reem
Copy link
Contributor

reem commented Aug 8, 2014

Triage: This now fails with a helpful error message about different versions of builtin crates, indicating you may want to rebuild. Should be closed.

@klutzy
Copy link
Contributor Author

klutzy commented Aug 8, 2014

yay!

@klutzy klutzy closed this as completed Aug 8, 2014
flip1995 pushed a commit to flip1995/rust that referenced this issue Jun 30, 2023
Update changelog's data ranges

Related to rust-lang#10847
Instead of the non-descriptive commit ranges, now the changelog uses dates (much more illustrative, and cooler 😎 )
changelog:none
flip1995 pushed a commit to flip1995/rust that referenced this issue Jul 14, 2023
…dnet

Fix changelog PR listings, create them automatically in `fetch_prs_between.sh`

changelog: none

`fetch_prs_between.sh` now finds the date of the newest and oldest merges from GitHub to use in the range, this does add a dependency on https://github.com/cli/cli

It also no longer prints rollups/merges that come from rustc, so only clippy changes should be printed

r? `@xFrednet`

cc rust-lang#10847
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants