remove rustc_error_codes deps except in rustc_driver

This commit is contained in:
Mazdak Farrokhzad
2020-01-18 21:53:53 +01:00
parent 779f85bac6
commit de6046fa0f
109 changed files with 3 additions and 194 deletions

View File

@@ -23,7 +23,6 @@ extern crate getopts;
extern crate rustc;
extern crate rustc_data_structures;
extern crate rustc_driver;
extern crate rustc_error_codes;
extern crate rustc_errors;
extern crate rustc_expand;
extern crate rustc_feature;