-
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
[beta] backports #123466
[beta] backports #123466
Conversation
Reproduce the bug from <rust-lang#123282> that indicates this feature gate hits edition-dependent resolution paths. Resolution changed in edition 2018, so test that as well. (cherry picked from commit 9a7b176)
Fixes rust-lang#123282 Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com> (cherry picked from commit 5afe072)
(cherry picked from commit 022e42d)
408c0ea ("unix time module now return result") dropped the From impl for SystemTime, breaking the hurd and horizon builds. Fixes rust-lang#123032 (cherry picked from commit 7b4e507)
(cherry picked from commit 4ff8a9b)
(cherry picked from commit f2fd2d8)
|
@bors r+ rollup=never |
[beta] backports - Fix f16 and f128 feature gates in editions other than 2015 rust-lang#123307 / rust-lang#123445 - Update to LLVM 18.1.2 rust-lang#122772 - unix fs: Make hurd using explicit new rather than From rust-lang#123057 - Don't inherit codegen attrs from parent static rust-lang#123310 - Make sure to insert Sized bound first into clauses list rust-lang#123302 r? cuviper
Running our CI on this results in compiler crashes:
I'm confused. Why aren't these tests run in the upstream CI? |
@raoulstrackx those tests do run in the Not sure why bors didn't react to CI completion here -- let's have another go... @bors retry |
☀️ Test successful - checks-actions |
f16
andf128
feature gate regression #123445Sized
bound first into clauses list #123302r? cuviper