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 url v2.5.0
Error: 🚫 Building project failed: error[E0583]: file not found for module `origin`serde, interproc...
--> /home/satheeshkumar/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs:172:1
|
172 | mod origin;
| ^^^^^^^^^^^
|
= help: to create the module `origin`, create file "/home/satheeshkumar/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/origin.rs" or "/home/satheeshkumar/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/origin/mod.rs"
= note: if there is a `mod origin` elsewhere in the crate already, import it with `use crate::...` instead
When ever i'm running the rust project which depends the url crate i'm getting this error. what i need to do to solve this.
The text was updated successfully, but these errors were encountered:
When ever i'm running the rust project which depends the
url
crate i'm getting this error. what i need to do to solve this.The text was updated successfully, but these errors were encountered: