Enum rustfmt_nightly::modules::ModuleResolutionErrorKind [−][src]
pub(crate) enum ModuleResolutionErrorKind {
ParseError {
file: PathBuf,
},
NotFound {
file: PathBuf,
},
}
Variants
Find a file that cannot be parsed.
Fields of ParseError
file: PathBuf
File cannot be found.
Fields of NotFound
file: PathBuf
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ModuleResolutionErrorKind
impl Send for ModuleResolutionErrorKind
impl Sync for ModuleResolutionErrorKind
impl Unpin for ModuleResolutionErrorKind
impl UnwindSafe for ModuleResolutionErrorKind
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes
Size for each variant:
ParseError
: 24 bytesNotFound
: 24 bytes