You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried updating to the latest stable rustup update stable and installing via cargo install lunatic-runtime and via clone.
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!() }`
looks like an upstream cap-primitives issue but I thought I'd mention it before I give up on installing lunatic tonight on win10 x64.
also tried cargo update;
lapce/lapce#3412 looks like the same issue @cap-primitives-2.0.0 and is open.
The text was updated successfully, but these errors were encountered:
I tried updating to the latest stable rustup update stable and installing via cargo install lunatic-runtime and via clone.
looks like an upstream cap-primitives issue but I thought I'd mention it before I give up on installing lunatic tonight on win10 x64.
also tried cargo update;
lapce/lapce#3412 looks like the same issue @cap-primitives-2.0.0 and is open.
The text was updated successfully, but these errors were encountered: