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.
bug!
1 parent 0985717 commit a2e0cbcCopy full SHA for a2e0cbc
src/librustc_incremental/lib.rs
@@ -24,7 +24,7 @@
24
25
extern crate graphviz;
26
extern crate rbml;
27
-extern crate rustc;
+#[macro_use] extern crate rustc;
28
extern crate rustc_data_structures;
29
extern crate serialize as rustc_serialize;
30
0 commit comments