about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2024-03-26 05:48:13 -0400
committerTrevor Gross <tmgross@umich.edu>2024-03-26 13:37:00 -0400
commit57627d254d29110fa82c982fedd839d293d0d418 (patch)
tree4035c2ec5d676c452d910e0d7f3dec261f80a4dd /compiler/rustc_codegen_llvm/src
parent733c7af87f44a2e71540d3ff12c66f1a0a1a6b16 (diff)
downloadrust-57627d254d29110fa82c982fedd839d293d0d418.tar.gz
rust-57627d254d29110fa82c982fedd839d293d0d418.zip
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 <https://github.com/rust-lang/rust/issues/122587>
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions