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-07-11 16:02:03 -0400
committerJonathan Turner <jturner@mozilla.com>2016-07-14 07:57:46 -0400
commit71ec2867e3c4cc448cb64890daffd1d5ffbe353b (patch)
tree1b200b63c1c5427567ee22a919e28c04914781ad /src/librustc_errors/lib.rs
parenta019c2c6bad2bae7e0f5c527ea8a11615acc037f (diff)
downloadrust-71ec2867e3c4cc448cb64890daffd1d5ffbe353b.tar.gz
rust-71ec2867e3c4cc448cb64890daffd1d5ffbe353b.zip
Implement latest rfc style using simpler rendering
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 7c14c132382..33781bed759 100644
--- a/src/librustc_errors/lib.rs
+++ b/src/librustc_errors/lib.rs
@@ -49,6 +49,7 @@ use std::thread::panicking;
 pub mod emitter;
 pub mod snippet;
 pub mod registry;
+pub mod styled_buffer;
 
 use syntax_pos::{BytePos, Loc, FileLinesResult, FileName, MultiSpan, Span, NO_EXPANSION };
 use syntax_pos::{MacroBacktrace};