mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
Nudge travis by commenting a little
This commit is contained in:
@@ -33,6 +33,7 @@ pub trait Emitter {
|
||||
|
||||
impl Emitter for EmitterWriter {
|
||||
fn emit(&mut self, db: &DiagnosticBuilder) {
|
||||
// Pick old school mode either from env or let the test dictate the format
|
||||
let old_school = match self.format_mode {
|
||||
FormatMode::NewErrorFormat => false,
|
||||
FormatMode::OriginalErrorFormat => true,
|
||||
|
||||
Reference in New Issue
Block a user