Merge pull request #114 from bjorn3/sync_from_rust

Sync from rust 028c6f1454787c068ff5117e9000a1de4fd98374
This commit is contained in:
antoyo 2022-01-01 12:04:05 -05:00 committed by GitHub
commit 0be9d1e887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,6 @@ extern crate rustc_metadata;
extern crate rustc_middle;
extern crate rustc_session;
extern crate rustc_span;
extern crate rustc_symbol_mangling;
extern crate rustc_target;
// This prevents duplicating functions and statics that are already part of the host rustc process.