This commit is contained in:
Ralf Jung 2024-08-14 07:46:54 +02:00
parent b65cdffbe4
commit c96493829b

View file

@ -56,9 +56,9 @@ extern crate either;
extern crate tracing;
// The rustc crates we need
extern crate rustc_attr;
extern crate rustc_apfloat;
extern crate rustc_ast;
extern crate rustc_attr;
extern crate rustc_const_eval;
extern crate rustc_data_structures;
extern crate rustc_errors;