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
error[E0599]: no method named parse_dotfound for reference&Pathin the current scope --> /Users/lencil/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.1/src/lib.rs:319:24 | 319 | self.as_path().parse_dot() | ^^^^^^^^^ help: there is a method with a similar name:parent| = help: items from traits can only be used if the trait is implemented and in scope note:parse_dot::ParseDotdefines an itemparse_dot`, perhaps you need to implement it
--> /Users/lencil/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.1/src/parse_dot.rs:4:1
|
4 | pub trait ParseDot {
| ^^^^^^^^^^^^^^^^^^
error[E0599]: no method named parse_dot_from found for reference &Path in the current scope
--> /Users/lencil/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.1/src/lib.rs:324:24
|
324 | self.as_path().parse_dot_from(cwd)`
The text was updated successfully, but these errors were encountered:
error[E0599]: no method named
parse_dotfound for reference
&Pathin the current scope --> /Users/lencil/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.1/src/lib.rs:319:24 | 319 | self.as_path().parse_dot() | ^^^^^^^^^ help: there is a method with a similar name:
parent| = help: items from traits can only be used if the trait is implemented and in scope note:
parse_dot::ParseDotdefines an item
parse_dot`, perhaps you need to implement it--> /Users/lencil/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.1/src/parse_dot.rs:4:1
|
4 | pub trait ParseDot {
| ^^^^^^^^^^^^^^^^^^
error[E0599]: no method named
parse_dot_from
found for reference&Path
in the current scope--> /Users/lencil/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.1/src/lib.rs:324:24
|
324 | self.as_path().parse_dot_from(cwd)`
The text was updated successfully, but these errors were encountered: