-
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
Update compiler-builtins version to 0.1.118 #128824
Conversation
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. Some changes occurred in compiler/rustc_codegen_gcc |
@@ -8,7 +8,7 @@ resolver = "2" | |||
core = { path = "./sysroot_src/library/core" } | |||
# TODO: after the sync, revert to using version 0.1. | |||
# compiler_builtins = "0.1" | |||
compiler_builtins = "=0.1.109" | |||
compiler_builtins = "0.1.118" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert to the code commented above and remove the comments.
711309a
to
6d69b2e
Compare
CI passed. \o/ |
@bors r+ |
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#128616 (Don't inline tainted MIR bodies) - rust-lang#128804 (run-make: enable msvc for redundant-libs) - rust-lang#128823 (run-make: enable msvc for staticlib-dylib-linkage) - rust-lang#128824 (Update compiler-builtins version to 0.1.118) Failed merges: - rust-lang#128410 (Migrate `remap-path-prefix-dwarf` `run-make` test to rmake) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#128824 - GuillaumeGomez:update-compiler-builtins, r=Amanieu Update compiler-builtins version to 0.1.118 r? `@Amanieu`
r? @Amanieu