Struct rustc_ap_rustc_errors::emitter::EmitterWriter [−][src]
pub struct EmitterWriter { /* fields omitted */ }
Expand description
Handles the writing of HumanReadableErrorType::Default
and HumanReadableErrorType::Short
Implementations
impl EmitterWriter
[src]
impl EmitterWriter
[src]pub fn stderr(
color_config: ColorConfig,
source_map: Option<Lrc<SourceMap>>,
short_message: bool,
teach: bool,
terminal_width: Option<usize>,
macro_backtrace: bool
) -> EmitterWriter
[src]
color_config: ColorConfig,
source_map: Option<Lrc<SourceMap>>,
short_message: bool,
teach: bool,
terminal_width: Option<usize>,
macro_backtrace: bool
) -> EmitterWriter
pub fn new(
dst: Box<dyn Write + Send>,
source_map: Option<Lrc<SourceMap>>,
short_message: bool,
teach: bool,
colored: bool,
terminal_width: Option<usize>,
macro_backtrace: bool
) -> EmitterWriter
[src]
dst: Box<dyn Write + Send>,
source_map: Option<Lrc<SourceMap>>,
short_message: bool,
teach: bool,
colored: bool,
terminal_width: Option<usize>,
macro_backtrace: bool
) -> EmitterWriter
pub fn ui_testing(self, ui_testing: bool) -> Self
[src]
Trait Implementations
impl Emitter for EmitterWriter
[src]
impl Emitter for EmitterWriter
[src]fn source_map(&self) -> Option<&Lrc<SourceMap>>
[src]
fn emit_diagnostic(&mut self, diag: &Diagnostic)
[src]
fn emit_diagnostic(&mut self, diag: &Diagnostic)
[src]Emit a structured diagnostic.
fn should_show_explain(&self) -> bool
[src]
fn should_show_explain(&self) -> bool
[src]Checks if should show explanations about “rustc –explain”
fn supports_color(&self) -> bool
[src]
fn supports_color(&self) -> bool
[src]Checks if we can use colors in the current output stream.
fn emit_artifact_notification(&mut self, _path: &Path, _artifact_type: &str)
[src]
fn emit_artifact_notification(&mut self, _path: &Path, _artifact_type: &str)
[src]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
fn emit_future_breakage_report(
&mut self,
_diags: Vec<(FutureBreakage, Diagnostic)>
)
[src]
&mut self,
_diags: Vec<(FutureBreakage, Diagnostic)>
)
fn emit_unused_externs(&mut self, _lint_level: &str, _unused_externs: &[&str])
[src]
fn emit_unused_externs(&mut self, _lint_level: &str, _unused_externs: &[&str])
[src]Emit list of unused externs
fn primary_span_formatted<'a>(
&mut self,
diag: &'a Diagnostic
) -> (MultiSpan, &'a [CodeSuggestion])
[src]
fn primary_span_formatted<'a>(
&mut self,
diag: &'a Diagnostic
) -> (MultiSpan, &'a [CodeSuggestion])
[src]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
)
[src]
&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
)
[src]
&self,
span: &mut MultiSpan,
children: &mut Vec<SubDiagnostic>,
backtrace: bool
)
fn render_multispan_macro_backtrace(
&self,
span: &mut MultiSpan,
always_backtrace: bool
)
[src]
&self,
span: &mut MultiSpan,
always_backtrace: bool
)
fn fix_multispans_in_extern_macros(
&self,
source_map: &Option<Lrc<SourceMap>>,
span: &mut MultiSpan,
children: &mut Vec<SubDiagnostic>
)
[src]
&self,
source_map: &Option<Lrc<SourceMap>>,
span: &mut MultiSpan,
children: &mut Vec<SubDiagnostic>
)
fn fix_multispan_in_extern_macros(
&self,
source_map: &Lrc<SourceMap>,
span: &mut MultiSpan
)
[src]
&self,
source_map: &Lrc<SourceMap>,
span: &mut MultiSpan
)
Auto Trait Implementations
impl !RefUnwindSafe for EmitterWriter
impl !Send for EmitterWriter
impl !Sync for EmitterWriter
impl Unpin for EmitterWriter
impl !UnwindSafe for EmitterWriter
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]impl<T> MaybeResult<T> for T
[src]
impl<T> MaybeResult<T> for T
[src]impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<'a, T> Captures<'a> for T where
T: ?Sized,
[src]
T: ?Sized,