Inline and remove HumanEmitter::stderr
.
Because `HumanEmitter::new` is enough, in conjunction with the (renamed) `stderr_destination` function.
This commit is contained in:
parent
437325bdd4
commit
067d7c3d00
8 changed files with 28 additions and 19 deletions
|
@ -1,6 +1,7 @@
|
|||
use super::*;
|
||||
|
||||
use crate::DiagCtxt;
|
||||
use rustc_span::source_map::FilePathMapping;
|
||||
use rustc_span::BytePos;
|
||||
|
||||
use std::str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue