Struct rustdoc::passes::check_code_block_syntax::BufferEmitter [−][src]
Fields
buffer: Lrc<Lock<Buffer>>
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(
&mut self,
diag: &'a Diagnostic
) -> (MultiSpan, &'a [CodeSuggestion])
fn primary_span_formatted(
&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<Rc<SourceMap>>,
span: &mut MultiSpan,
children: &mut Vec<SubDiagnostic, Global>,
level: &Level,
backtrace: bool
)
fn render_multispans_macro_backtrace(
&self,
span: &mut MultiSpan,
children: &mut Vec<SubDiagnostic, Global>,
backtrace: bool
)
fn fix_multispans_in_extern_macros(
&self,
source_map: &Option<Rc<SourceMap>>,
span: &mut MultiSpan,
children: &mut Vec<SubDiagnostic, Global>
)
Auto Trait Implementations
impl !RefUnwindSafe for BufferEmitter
impl !Send for BufferEmitter
impl !Sync for BufferEmitter
impl Unpin for BufferEmitter
impl !UnwindSafe for BufferEmitter
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
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: 8 bytes