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

Change f16 and f128 clippy stubs to be nonpanicking #123087

Merged
merged 1 commit into from
Mar 27, 2024

Commits on Mar 26, 2024

  1. Change f16 and f128 clippy stubs to be nonpanicking

    It turns out there is a bit of a circular dependency - I cannot add
    anything to `core` because Clippy fails, and I can't actually add
    correct Clippy implementations without new implementations from `core`.
    
    Change some of the Clippy stubs from `unimplemented!` to success values
    and leave a FIXME in their place to mitigate this.
    
    Fixes <rust-lang#122587>
    tgross35 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2cfd532 View commit details
    Browse the repository at this point in the history