Skip to content
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

Closed

Commits on Apr 4, 2024

  1. Update f16 and f128 tests to run on both 2015 and 2018 editions

    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)
    tgross35 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    07ed445 View commit details
    Browse the repository at this point in the history
  2. Fix f16 and f128 feature gates in editions other than 2015

    Fixes rust-lang#123282
    
    Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
    (cherry picked from commit 5afe072)
    tgross35 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    356bb13 View commit details
    Browse the repository at this point in the history