Skip to content

error[E0046]: not all trait items implemented, missing: change_time #374

@davehorner

Description

@davehorner

lunatic-solutions/lunatic#227

I get the following when trying to install cap-primitives on win10 x64 on the latest stable rust.

error[E0046]: not all trait items implemented, missing: `change_time`
   --> C:\Users\x\.cargo\registry\src\index.crates.io-6f17d22bba15001f\cap-primitives-1.0.15\src\windows\fs\metadata_ext.rs:153:1
    |
153 | impl std::os::windows::fs::MetadataExt for MetadataExt {
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `change_time` in implementation
    |
    = help: implement the missing item: `fn change_time(&self) -> Option<u64> { todo!() }`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions