Struct rustc_errors::emitter::SilentEmitter [−][src]
pub struct SilentEmitter;
Expand description
An emitter that does nothing when emitting a diagnostic.
Trait Implementations
Emit a structured diagnostic.
Emit a notification that an artifact has been output. This is currently only supported for the JSON format, other formats can, and will, simply ignore it. Read more
Emit list of unused externs
Checks if should show explanations about “rustc –explain”
Checks if we can use colors in the current output stream.
fn primary_span_formatted<'a>(
&mut self,
diag: &'a Diagnostic
) -> (MultiSpan, &'a [CodeSuggestion])
fn primary_span_formatted<'a>(
&mut self,
diag: &'a Diagnostic
) -> (MultiSpan, &'a [CodeSuggestion])
Formats the substitutions of the primary_span Read more
fn fix_multispans_in_extern_macros_and_render_macro_backtrace(
&self,
source_map: &Option<Lrc<SourceMap>>,
span: &mut MultiSpan,
children: &mut Vec<SubDiagnostic>,
level: &Level,
backtrace: bool
)
fn render_multispans_macro_backtrace(
&self,
span: &mut MultiSpan,
children: &mut Vec<SubDiagnostic>,
backtrace: bool
)
fn fix_multispans_in_extern_macros(
&self,
source_map: &Option<Lrc<SourceMap>>,
span: &mut MultiSpan,
children: &mut Vec<SubDiagnostic>
)
Auto Trait Implementations
impl RefUnwindSafe for SilentEmitter
impl Send for SilentEmitter
impl Sync for SilentEmitter
impl Unpin for SilentEmitter
impl UnwindSafe for SilentEmitter
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: 0 bytes