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 abfff5c commit e4e17b2Copy full SHA for e4e17b2
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 098571797ca093f98f1e92634568aee38e8964cc
+refs/heads/master: a2e0cbc6fc64db7672d8b0d5140dea964c1abf23
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
trunk/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