Content-Length: 24152 | pFad | https://doc.rust-lang.org/std/string/../error/../string/../thread/../../../error_codes/./E0578.html

E0578 - Error codes index

Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Error code E0578

Note: this error code is no longer emitted by the compiler.

A module cannot be found and therefore, the visibility cannot be determined.

Erroneous code example:

foo!();

pub (in ::Sea) struct Shark; // error!

fn main() {}

Because of the call to the foo macro, the compiler guesses that the missing module could be inside it and fails because the macro definition cannot be found.

To fix this error, please be sure that the module is in scope:

pub mod Sea {
    pub (in crate::Sea) struct Shark;
}

fn main() {}








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://doc.rust-lang.org/std/string/../error/../string/../thread/../../../error_codes/./E0578.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy