Closed
Description
Not sure when Nightly introduced a change that broke the compilation of cap-primtives
here, I'm on latest from today cargo 1.64.0-nightly (85b500cca 2022-07-24)
.
latest stable (1.62) and beta (1.63.0-beta.7) works fine.
this is the error one runs into when building with Nightly:
error[E0277]: the trait bound `file_type::FileType: std::sealed::Sealed` is not satisfied
--> cap-primitives\src\fs\file_type.rs:134:6
|
134 | impl std::os::windows::fs::FileTypeExt for FileType {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::sealed::Sealed` is not implemented for `file_type::FileType`
|
= help: the following other types implement trait `std::sealed::Sealed`:
Child
Command
ExitCode
ExitStatus
ExitStatusError
OsStr
OsString
Simd<f32, N>
and 2 others
note: required by a bound in `std::os::windows::fs::FileTypeExt`
Repro:
cargo +nightly build --workspace
Metadata
Metadata
Assignees
Labels
No labels