We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65cdff commit c964938Copy full SHA for c964938
src/tools/miri/src/lib.rs
@@ -56,9 +56,9 @@ extern crate either;
56
extern crate tracing;
57
58
// The rustc crates we need
59
-extern crate rustc_attr;
60
extern crate rustc_apfloat;
61
extern crate rustc_ast;
+extern crate rustc_attr;
62
extern crate rustc_const_eval;
63
extern crate rustc_data_structures;
64
extern crate rustc_errors;
0 commit comments