rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
This commit is contained in:
@@ -35,7 +35,7 @@ extern crate tracing;
|
||||
extern crate rustc_abi;
|
||||
extern crate rustc_apfloat;
|
||||
extern crate rustc_ast;
|
||||
extern crate rustc_attr;
|
||||
extern crate rustc_attr_parsing;
|
||||
extern crate rustc_codegen_ssa;
|
||||
extern crate rustc_data_structures;
|
||||
extern crate rustc_errors;
|
||||
|
||||
Reference in New Issue
Block a user