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 6552ca6 commit 0b0a74bCopy full SHA for 0b0a74b
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 29ad9a2d578eb53e1f1ed8a54913bc45719762ce
+refs/heads/master: 9eaae920117594f5bddab1f46f406e5402e8cc8a
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
trunk/src/librustc_incremental/Cargo.toml
@@ -14,3 +14,5 @@ rbml = { path = "../librbml" }
14
rustc = { path = "../librustc" }
15
rustc_data_structures = { path = "../librustc_data_structures" }
16
serialize = { path = "../libserialize" }
17
+log = { path = "../liblog" }
18
+syntax = { path = "../libsyntax" }
0 commit comments