Split rustc_type_ir to avoid rustc_ast from depending on it
This commit is contained in:
parent
53ed660d47
commit
8a6d3535f7
14 changed files with 117 additions and 74 deletions
|
@ -32,6 +32,7 @@ pub use generic_args::*;
|
|||
pub use generics::*;
|
||||
use rustc_ast as ast;
|
||||
use rustc_ast::node_id::NodeMap;
|
||||
pub use rustc_ast_ir::{Movability, Mutability};
|
||||
use rustc_attr as attr;
|
||||
use rustc_data_structures::fx::{FxHashMap, FxHashSet, FxIndexMap, FxIndexSet};
|
||||
use rustc_data_structures::intern::Interned;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue