-
Notifications
You must be signed in to change notification settings - Fork 269
Open
Labels
blockedCannot be supported without external support firstCannot be supported without external support firstbugSomething isn't workingSomething isn't working
Description
error[E0277]: the trait bound `f128::f128: core::ffi::sealed_trait::VaArgSafe` is not satisfied
--> src/vfwprintf.rs:789:44
|
789 | ap.arg::<f128::f128>().to_f64().unwrap()
| ^^^ the trait `core::ffi::sealed_trait::VaArgSafe` is not implemented for `f128::f128`
error: aborting due to 2 previous errors
Blocked on improved rustc support for arbitrary structs/types, possibly rust-lang/rust#61126
Metadata
Metadata
Assignees
Labels
blockedCannot be supported without external support firstCannot be supported without external support firstbugSomething isn't workingSomething isn't working