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