Add basic trait impls for f16 and f128

Split off part of <https://github.com/rust-lang/rust/pull/122470> so the
compiler doesn't ICE because it expects primitives to have some minimal
traits.

Fixes <https://github.com/rust-lang/rust/issues/123074>
This commit is contained in:
Trevor Gross
2024-03-26 05:22:18 -04:00
parent c5e7f45b62
commit d7d5fc9734
7 changed files with 19 additions and 13 deletions

View File

@@ -229,6 +229,8 @@
#![feature(doc_notable_trait)]
#![feature(effects)]
#![feature(extern_types)]
#![feature(f128)]
#![feature(f16)]
#![feature(freeze_impls)]
#![feature(fundamental)]
#![feature(generic_arg_infer)]