]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #37066 - nrc:stderr, r=alexcrichton
authorAlex Crichton <alex@alexcrichton.com>
Wed, 12 Oct 2016 17:15:28 +0000 (10:15 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 12 Oct 2016 21:07:56 +0000 (14:07 -0700)
Error monitor should emit error to stderr instead of stdout

We are pretty consistent about emitting to stderr, except for when there is actually an error, in which case we emit to stdout. This seems a bit backwards. This PR just changes that exception to emit to stderr. This is useful for the RLS since the LS protocol uses stdout (grrr).

r? @alexcrichton

1  2 
src/librustc_driver/lib.rs

Simple merge