rust-analyzer/crates/ide
bors 2bfab900dc Auto merge of #17572 - beetrees:f16-f128, r=Veykril
Add `f16` and `f128` support

Adds `f16` and `f128` support, using the `rustc_apfloat` library (also used by `rustc`) for parsing/arithmetic/displaying since the types aren't stable yet so can't be used by rust-analyzer itself.

Issue: #17451
2024-07-10 10:04:30 +00:00
..
src Auto merge of #17572 - beetrees:f16-f128, r=Veykril 2024-07-10 10:04:30 +00:00
Cargo.toml Add f16 and f128 support 2024-07-10 10:43:14 +01:00