about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/interface.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-03-26 21:23:50 +0100
committerGitHub <noreply@github.com>2024-03-26 21:23:50 +0100
commit7af95edd29dd95a20feb45f4effce571936bf51f (patch)
tree613c8194f9341c84d61b76602e0ce587bd550340 /compiler/rustc_interface/src/interface.rs
parentac5ffa51cd6bfdaa0edfc8774b150ae3c175682f (diff)
parent2cfd5326a58bb782dd725a481c82dbb05817d654 (diff)
downloadrust-7af95edd29dd95a20feb45f4effce571936bf51f.tar.gz
rust-7af95edd29dd95a20feb45f4effce571936bf51f.zip
Rollup merge of #123087 - tgross35:clippy-f16-f128-check-stubs, r=blyxyas
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_interface/src/interface.rs')
0 files changed, 0 insertions, 0 deletions