about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorJonathan Turner <jturner@mozilla.com>2016-08-05 15:58:31 -0700
committerJonathan Turner <jturner@mozilla.com>2016-08-07 07:46:49 -0700
commitfad4f32c3147cca9f2b107d0440065b9e3d6c10f (patch)
treed37019a13a053ff6a7224a195f5237521646d6ba /src/libsyntax/parse
parent42903d9a8f0f471f5e0eb453e49fe44a65a746c5 (diff)
downloadrust-fad4f32c3147cca9f2b107d0440065b9e3d6c10f.tar.gz
rust-fad4f32c3147cca9f2b107d0440065b9e3d6c10f.zip
Turn on new errors, json mode. Remove duplicate unicode test
Diffstat (limited to 'src/libsyntax/parse')
-rw-r--r--src/libsyntax/parse/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/mod.rs b/src/libsyntax/parse/mod.rs
index 7b28952aff6..cd1fdcfe9d1 100644
--- a/src/libsyntax/parse/mod.rs
+++ b/src/libsyntax/parse/mod.rs
@@ -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()));