diff options
| author | Jonathan Turner <jturner@mozilla.com> | 2016-07-11 16:02:03 -0400 |
|---|---|---|
| committer | Jonathan Turner <jturner@mozilla.com> | 2016-07-14 07:57:46 -0400 |
| commit | 71ec2867e3c4cc448cb64890daffd1d5ffbe353b (patch) | |
| tree | 1b200b63c1c5427567ee22a919e28c04914781ad /src/librustc_errors/lib.rs | |
| parent | a019c2c6bad2bae7e0f5c527ea8a11615acc037f (diff) | |
| download | rust-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.rs | 1 |
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}; |
