-
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
Building with old library causes ICE #10847
Comments
Triage: This now fails with a helpful error message about different versions of builtin crates, indicating you may want to rebuild. Should be closed. |
yay! |
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
If I use
extern mod a;
where the library is built by old rustc, new rustc fails:There was similar reports before (e.g. #8882, #9189). It would be better to print some helpful errors (e.g. version mismatch).
The text was updated successfully, but these errors were encountered: