Enum rustc_ap_rustc_span::FileName [−][src]
pub enum FileName {
Real(RealFileName),
QuoteExpansion(u64),
Anon(u64),
MacroExpansion(u64),
ProcMacroSourceCode(u64),
CfgSpec(u64),
CliCrateAttr(u64),
Custom(String),
DocTest(PathBuf, isize),
InlineAsm(u64),
}Expand description
Differentiates between real files and common virtual files.
Variants
Real(RealFileName)QuoteExpansion(u64)Call to quote!.
Anon(u64)Command line.
MacroExpansion(u64)Hack in src/librustc_ast/parse.rs.
ProcMacroSourceCode(u64)CfgSpec(u64)Strings provided as --cfg [cfgspec] stored in a crate_cfg.
CliCrateAttr(u64)Strings provided as crate attributes in the CLI.
Custom(String)Custom sources for explicit parser calls from plugins and drivers.
InlineAsm(u64)Post-substitution inline assembly from LLVM.
Implementations
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for FileNameimpl UnwindSafe for FileNameBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V