Struct rustc_driver::CompilationFailure [−][src]
pub struct CompilationFailure;
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Trait Implementations
impl Debug for CompilationFailure
[src]
impl Debug for CompilationFailure
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for CompilationFailure
[src]
impl Error for CompilationFailure
fn description(&self) -> &str
1.0.0[src]
fn description(&self) -> &str
1.0.0
[src]This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
fn cause(&self) -> Option<&Error>
1.0.0
[src]The lower-level cause of this error, if any. Read more
fn type_id(&self) -> TypeId where
Self: 'static,
[src]
fn type_id(&self) -> TypeId where
Self: 'static,
🔬 This is a nightly-only experimental API. (error_type_id
)
unclear whether to commit to this public implementation detail
Get the TypeId
of self
impl Display for CompilationFailure
[src]
impl Display for CompilationFailure
Auto Trait Implementations
impl Send for CompilationFailure
impl Send for CompilationFailure
impl Sync for CompilationFailure
impl Sync for CompilationFailure