Enum syntax::parse::parser::Error[][src]

pub enum Error {
    FileNotFoundForModule {
        mod_name: String,
        default_path: String,
        secondary_path: String,
        dir_path: String,
    },
    DuplicatePaths {
        mod_name: String,
        default_path: String,
        secondary_path: String,
    },
    UselessDocComment,
    InclusiveRangeWithNoEnd,
}

Variants

Fields of FileNotFoundForModule

Fields of DuplicatePaths

Auto Trait Implementations

impl Send for Error

impl Sync for Error