-
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] Fix the f16
and f128
feature gate regression
#123445
[beta] Fix the f16
and f128
feature gate regression
#123445
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)
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
|
@rustbot label +F-f16_and_f128 +beta-nominated Not sure who makes beta decisions, or if the nomination label means anything since this PR already targets that channel... |
The way backports usually work is that we label the original PR, and it then gets reviewed in the weekly compiler triage meeting (today). The backport PRs against beta are then usually made by cuviper or other release team members. |
Our usual backporting query only looks at closed (merged) PRs, so it doesn't show this one. But now that I've seen it, I'll include this in the aggregate backport PR I'm creating. |
Thanks all, think I can close this since it's going in through Josh's tree |
[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
[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
Apply the fix from #123307 (comment).
Fixes #123282