diff options
| author | Taiki Endo <te316e89@gmail.com> | 2019-02-08 00:56:05 +0900 | 
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2019-02-13 00:28:52 +0900 | 
| commit | 3216c7656afbada6af3cbf77ef5236a7153f58e8 (patch) | |
| tree | e8050b4e56556ec8eb91357faa11bfbe07888828 /src/libsyntax/test_snippet.rs | |
| parent | c84e7976423bb910bb5eb5eecffc7e33a897a97f (diff) | |
| download | rust-3216c7656afbada6af3cbf77ef5236a7153f58e8.tar.gz rust-3216c7656afbada6af3cbf77ef5236a7153f58e8.zip | |
Rename rustc_errors dependency in rust 2018 crates
Diffstat (limited to 'src/libsyntax/test_snippet.rs')
| -rw-r--r-- | src/libsyntax/test_snippet.rs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/libsyntax/test_snippet.rs b/src/libsyntax/test_snippet.rs index add4d2bead1..e9ea39b83d4 100644 --- a/src/libsyntax/test_snippet.rs +++ b/src/libsyntax/test_snippet.rs @@ -1,6 +1,6 @@ use crate::source_map::{SourceMap, FilePathMapping}; -use crate::errors::Handler; -use crate::errors::emitter::EmitterWriter; +use errors::Handler; +use errors::emitter::EmitterWriter; use crate::with_globals; use std::io; | 
