syntax::print -> new crate rustc_ast_pretty

This commit is contained in:
Mazdak Farrokhzad
2020-01-11 17:02:46 +01:00
parent 98fd6a5c88
commit e233331a51
62 changed files with 129 additions and 81 deletions

View File

@@ -21,6 +21,7 @@
extern crate env_logger;
extern crate getopts;
extern crate rustc;
extern crate rustc_ast_pretty;
extern crate rustc_attr;
extern crate rustc_data_structures;
extern crate rustc_driver;