about summary refs log tree commit diff
path: root/src/librustc_errors/lib.rs
diff options
context:
space:
mode:
authorJonathan Turner <jturner@mozilla.com>2016-08-25 13:28:35 -0700
committerJonathan Turner <jturner@mozilla.com>2016-08-25 13:28:35 -0700
commita65b201d94422eb81addef4bed2d37211e39661b (patch)
tree85535c0a9fe0ce7f9e66173be4be0a47655f0ea5 /src/librustc_errors/lib.rs
parent17a2be8c3571eaff1f09556febe68d8ab733ecf6 (diff)
downloadrust-a65b201d94422eb81addef4bed2d37211e39661b.tar.gz
rust-a65b201d94422eb81addef4bed2d37211e39661b.zip
prevent error message interleaving on win/unix
Diffstat (limited to 'src/librustc_errors/lib.rs')
-rw-r--r--src/librustc_errors/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs
index 4b3e53d931f..c99bc470448 100644
--- a/src/librustc_errors/lib.rs
+++ b/src/librustc_errors/lib.rs
@@ -50,6 +50,7 @@ pub mod emitter;
 pub mod snippet;
 pub mod registry;
 pub mod styled_buffer;
+mod lock;
 
 use syntax_pos::{BytePos, Loc, FileLinesResult, FileName, MultiSpan, Span, NO_EXPANSION };
 use syntax_pos::{MacroBacktrace};