-
Notifications
You must be signed in to change notification settings - Fork 435
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
Added Rust 1.71.0 #2062
Added Rust 1.71.0 #2062
Conversation
1e470e1
to
b2af96f
Compare
rust-lang/rust#73632 (comment) seems to be the fix for https://buildkite.com/bazel/rules-rust-rustlang/builds/9049#01895590-f668-4118-981a-8fd572da4147 but I'm not sure what the integration should look like for |
Cc @illicitonion @scentini @krasimirgg i don’t currently use this feature. Do any of you and do you have thoughts on how to best define this symbol? |
@UebelAndre Google uses it. I believe we need to add
to |
@UebelAndre I'm taking a look at the allocator related failures. |
Danke! |
Ok, I think I've got it figured out: The ios example fails because there is an additional https://github.com/bazelbuild/rules_rust/blob/main/examples/ios/allocator_library.cc that we need to add For the
So over in https://github.com/bazelbuild/rules_rust/blob/main/test/cc_common_link/global_allocator_library.cc we need to remove the following section:
|
Would removing those affect users targeting older versions of rust? |
Yes, although I think that is fine as we deliberately only provide We could be a bit helpful by not removing the lines of code but rather commenting them out with a note that they are needed for versions <1.71. |
https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html