We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change_time
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!() }`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
lunatic-solutions/lunatic#227
I get the following when trying to install cap-primitives on win10 x64 on the latest stable rust.
The text was updated successfully, but these errors were encountered: