Skip to content

Commit dae8d07

Browse files
author
Jonathan Turner
committed
Nudge travis by commenting a little
1 parent bf66a48 commit dae8d07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_errors/emitter.rs

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ pub trait Emitter {
3333

3434
impl Emitter for EmitterWriter {
3535
fn emit(&mut self, db: &DiagnosticBuilder) {
36+
// Pick old school mode either from env or let the test dictate the format
3637
let old_school = match self.format_mode {
3738
FormatMode::NewErrorFormat => false,
3839
FormatMode::OriginalErrorFormat => true,

0 commit comments

Comments
 (0)