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
Compiling tin-summer v1.21.14
error[E0599]: no method named `mode` found for struct `Permissions`in the current scope
--> C:\Users\RFID\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\tin-summer-1.21.14\src\walk_parallel\single_threaded.rs:192:39|192|if metadata.permissions().mode() == 0o755 || REGEX_GITIGNORE.is_match(path_str) {
| ^^^^ method not found in`Permissions`For more information about this error,try`rustc --explain E0599`.
error: could not compile `tin-summer` due to previous error
warning: build failed, waiting for other jobs to finish...
error: failed to compile `tin-summer v1.21.14`, intermediate artifacts can be found at `C:\Users\RFID\AppData\Local\Temp\cargo-installLTttvs`
The text was updated successfully, but these errors were encountered:
JoelMon
changed the title
Line 192, Missing mode method for Permissions in tin-summer v1.21.14
Line 192, Missing mode method for Permissions in tin-summer v1.21.14
Jul 6, 2022
JoelMon
changed the title
Line 192, Missing mode method for Permissions in tin-summer v1.21.14
Line 192, Missing mode method for Permissions in tin-summer v1.21.14
Jul 6, 2022
JoelMon
added a commit
to JoelMon/tin-summer
that referenced
this issue
Jul 6, 2022
Hello,
When compiling on Win 11:
The text was updated successfully, but these errors were encountered: