[−][src]Struct rustc_ap_rustc_errors::annotate_snippet_emitter_writer::AnnotateSnippetEmitterWriter
Generates diagnostics using annotate-snippet
Implementations
impl AnnotateSnippetEmitterWriter
[src]
pub fn new(
source_map: Option<Lrc<SourceMap>>,
short_message: bool,
macro_backtrace: bool
) -> Self
[src]
source_map: Option<Lrc<SourceMap>>,
short_message: bool,
macro_backtrace: bool
) -> Self
pub fn ui_testing(self, ui_testing: bool) -> Self
[src]
Allows to modify Self
to enable or disable the ui_testing
flag.
If this is set to true, line numbers will be normalized as LL
in the output.
Trait Implementations
impl Emitter for AnnotateSnippetEmitterWriter
[src]
fn emit_diagnostic(&mut self, diag: &Diagnostic)
[src]
The entry point for the diagnostics generation
fn source_map(&self) -> Option<&Lrc<SourceMap>>
[src]
fn should_show_explain(&self) -> bool
[src]
fn emit_artifact_notification(&mut self, _path: &Path, _artifact_type: &str)
[src]
fn primary_span_formatted<'a>(
&mut self,
diag: &'a Diagnostic
) -> (MultiSpan, &'a [CodeSuggestion])
[src]
&mut self,
diag: &'a Diagnostic
) -> (MultiSpan, &'a [CodeSuggestion])
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: &Option<Lrc<SourceMap>>,
span: &mut MultiSpan
)
[src]
&self,
source_map: &Option<Lrc<SourceMap>>,
span: &mut MultiSpan
)
Auto Trait Implementations
impl !RefUnwindSafe for AnnotateSnippetEmitterWriter
impl !Send for AnnotateSnippetEmitterWriter
impl !Sync for AnnotateSnippetEmitterWriter
impl Unpin for AnnotateSnippetEmitterWriter
impl !UnwindSafe for AnnotateSnippetEmitterWriter
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<'a, T> Captures<'a> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Erased for T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,