Skip to content

Commit

Permalink
Rollup merge of #123087 - tgross35:clippy-f16-f128-check-stubs, r=bly…
Browse files Browse the repository at this point in the history
…xyas

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/rust#122587>
  • Loading branch information
matthiaskrgr committed Mar 26, 2024
2 parents 8492f3d + 2b1448a commit c7f688e
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit c7f688e

Please sign in to comment.