rustc -> rustc_middle part 2
This commit is contained in:
parent
7710f2dd5c
commit
0cb9e36090
458 changed files with 1519 additions and 1523 deletions
|
@ -42,8 +42,8 @@ use std::rc::Rc;
|
|||
use std::str;
|
||||
use std::sync::Arc;
|
||||
|
||||
use rustc::middle::privacy::AccessLevels;
|
||||
use rustc::middle::stability;
|
||||
use rustc_middle::middle::privacy::AccessLevels;
|
||||
use rustc_middle::middle::stability;
|
||||
use rustc_ast_pretty::pprust;
|
||||
use rustc_data_structures::flock;
|
||||
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue