Turn on new errors, json mode. Remove duplicate unicode test

This commit is contained in:
Jonathan Turner 2016-08-05 15:58:31 -07:00
parent 42903d9a8f
commit fad4f32c31
18 changed files with 29 additions and 595 deletions

View file

@ -51,7 +51,6 @@ impl ParseSess {
pub fn new() -> ParseSess {
let cm = Rc::new(CodeMap::new());
let handler = Handler::with_tty_emitter(ColorConfig::Auto,
None,
true,
false,
Some(cm.clone()));