Rename libsyntax_ext and libsyntax_expand in code

This commit is contained in:
Vadim Petrochenkov
2019-12-29 17:23:55 +03:00
parent b9a9c5b4fd
commit a2823e3af6
52 changed files with 69 additions and 72 deletions

View File

@@ -25,7 +25,7 @@ extern crate rustc;
extern crate rustc_data_structures;
extern crate rustc_driver;
extern crate rustc_error_codes;
extern crate rustc_expand as syntax_expand;
extern crate rustc_expand;
extern crate rustc_feature;
extern crate rustc_index;
extern crate rustc_interface;