Closed
Description
[INFO] [stdout] error[E0658]: the type `f16` is unstable
[INFO] [stdout] --> src/float.rs:5:9
[INFO] [stdout] |
[INFO] [stdout] 5 | pub use f16::*;
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = note: see issue #116909 <https://github.com/rust-lang/rust/issues/116909> for more information
Metadata
Metadata
Assignees
Labels
Area: Name/path resolution done by `rustc_resolve` specificallyCategory: This is a bug.`#![feature(f16)]`, `#![feature(f128)]`High priorityStatus: A Minimal Complete and Verifiable Example has been found for this issueRelevant to the compiler team, which will review and decide on the PR/issue.Performance or correctness regression from stable to beta.