Rename EmitterWriter
as HumanEmitter
.
For consistency with other `Emitter` impls, such as `JsonEmitter`, `SilentEmitter`, `SharedEmitter`, etc.
This commit is contained in:
parent
e51e98dde6
commit
cb9abcae79
9 changed files with 29 additions and 29 deletions
|
@ -1393,7 +1393,7 @@ fn report_ice(
|
|||
) {
|
||||
let fallback_bundle =
|
||||
rustc_errors::fallback_fluent_bundle(crate::DEFAULT_LOCALE_RESOURCES.to_vec(), false);
|
||||
let emitter = Box::new(rustc_errors::emitter::EmitterWriter::stderr(
|
||||
let emitter = Box::new(rustc_errors::emitter::HumanEmitter::stderr(
|
||||
rustc_errors::ColorConfig::Auto,
|
||||
fallback_bundle,
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue