about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/interface.rs
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
commit2cfd5326a58bb782dd725a481c82dbb05817d654 (patch)
tree5295f0777e69afe02cd7435e3fe39f0482bb2245 /compiler/rustc_interface/src/interface.rs
parent73476d49904751f8d90ce904e16dfbc278083d2c (diff)
downloadrust-2cfd5326a58bb782dd725a481c82dbb05817d654.tar.gz
rust-2cfd5326a58bb782dd725a481c82dbb05817d654.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_interface/src/interface.rs')
0 files changed, 0 insertions, 0 deletions