Rename rustc_errors dependency in rust 2018 crates
This commit is contained in:
parent
c84e797642
commit
3216c7656a
64 changed files with 72 additions and 82 deletions
|
@ -4,7 +4,7 @@ use State::*;
|
|||
|
||||
use rustc_data_structures::thin_vec::ThinVec;
|
||||
|
||||
use crate::errors::DiagnosticBuilder;
|
||||
use errors::DiagnosticBuilder;
|
||||
|
||||
use syntax::ast;
|
||||
use syntax::ext::base::{self, *};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue