diff options
| author | Jonathan Turner <jturner@mozilla.com> | 2016-08-25 13:28:35 -0700 |
|---|---|---|
| committer | Jonathan Turner <jturner@mozilla.com> | 2016-08-25 13:28:35 -0700 |
| commit | a65b201d94422eb81addef4bed2d37211e39661b (patch) | |
| tree | 85535c0a9fe0ce7f9e66173be4be0a47655f0ea5 /src/librustc_errors/lib.rs | |
| parent | 17a2be8c3571eaff1f09556febe68d8ab733ecf6 (diff) | |
| download | rust-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.rs | 1 |
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}; |
