Skip to content

Error: 🚫 Building project failed: error[E0583]: file not found for module originserde, interproc... #910

@Satheeshsk369

Description

@Satheeshsk369
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions