Struct rustfmt_nightly::syntux::session::SilentOnIgnoredFilesEmitter [−][src]
struct SilentOnIgnoredFilesEmitter {
ignore_path_set: Lrc<IgnorePathSet>,
source_map: Lrc<SourceMap>,
emitter: Box<dyn Emitter + Send>,
has_non_ignorable_parser_errors: bool,
can_reset: Lrc<AtomicBool>,
}
Expand description
Emit errors against every files expect ones specified in the ignore_path_set
.
Fields
ignore_path_set: Lrc<IgnorePathSet>
source_map: Lrc<SourceMap>
emitter: Box<dyn Emitter + Send>
has_non_ignorable_parser_errors: bool
can_reset: Lrc<AtomicBool>
Implementations
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 SilentOnIgnoredFilesEmitter
impl !Send for SilentOnIgnoredFilesEmitter
impl !Sync for SilentOnIgnoredFilesEmitter
impl Unpin for SilentOnIgnoredFilesEmitter
impl !UnwindSafe for SilentOnIgnoredFilesEmitter
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: 48 bytes