Skip to content

Commit 3981f98

Browse files
committed
Re-export 'f16' and 'f128' into 'core::primitive';
1 parent f13ef0d commit 3981f98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/core/src/primitive.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,14 @@
4141
pub use bool;
4242
#[stable(feature = "core_primitive", since = "1.43.0")]
4343
pub use char;
44+
#[unstable(feature = "f16", issue = "116909")]
45+
pub use f16;
4446
#[stable(feature = "core_primitive", since = "1.43.0")]
4547
pub use f32;
4648
#[stable(feature = "core_primitive", since = "1.43.0")]
4749
pub use f64;
50+
#[unstable(feature = "f128", issue = "116909")]
51+
pub use f128;
4852
#[stable(feature = "core_primitive", since = "1.43.0")]
4953
pub use i8;
5054
#[stable(feature = "core_primitive", since = "1.43.0")]

0 commit comments

Comments
 (0)