-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
store the rustc version in metadata and check it #28702
Conversation
@bors: r+ |
📌 Commit debc1b9 has been approved by |
Is I'm pretty sure there’s a non-trivial population using nightly and these are not compatible between compiles either, are they? |
CFG_VERSION is what |
⌛ Testing commit debc1b9 with merge 804326a... |
💔 Test failed - auto-linux-32-opt |
|
This prevents ICEs when old crates are used with a new version of rustc. Currently, the linking of crates compiled with different versions of rustc is completely unsupported. Fixes rust-lang#28700
debc1b9
to
9699adc
Compare
⌛ Testing commit 9699adc with merge ac17bcf... |
💔 Test failed - auto-win-msvc-32-opt |
This compiles locally. Why can't it compile on bors too? |
@arielb1 it's an intermittent bug, so annoying. Try adding |
This prevents ICEs when old crates are used with a new version of
rustc. Currently, the linking of crates compiled with different
versions of rustc is completely unsupported.
Fixes #28700
r? @nrc