summary refs log tree commit diff
path: root/src/rustc
diff options
context:
space:
mode:
authorcgswords <cameronswords@gmail.com>2016-08-04 12:20:01 -0700
committercgswords <cameronswords@gmail.com>2016-08-16 13:17:36 -0700
commit98c8e0a05dd7b1ecbbda28c1d01e05c1e41b1638 (patch)
tree829168f08c68bcb796a37ef886e81a32f5c4e236 /src/rustc
parent32e462ef99e2f61b75e2b0ef37048d50ad8ccf6c (diff)
downloadrust-98c8e0a05dd7b1ecbbda28c1d01e05c1e41b1638.tar.gz
rust-98c8e0a05dd7b1ecbbda28c1d01e05c1e41b1638.zip
Proc_macro is alive
Diffstat (limited to 'src/rustc')
-rw-r--r--src/rustc/Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/rustc/Cargo.lock b/src/rustc/Cargo.lock
index 0b2287cf233..4f78519e13a 100644
--- a/src/rustc/Cargo.lock
+++ b/src/rustc/Cargo.lock
@@ -41,6 +41,16 @@ name = "log"
 version = "0.0.0"
 
 [[package]]
+name = "proc_macro"
+version = "0.0.0"
+dependencies = [
+ "log 0.0.0",
+ "rustc_plugin 0.0.0",
+ "syntax 0.0.0",
+ "syntax_pos 0.0.0",
+]
+
+[[package]]
 name = "rbml"
 version = "0.0.0"
 dependencies = [
@@ -136,6 +146,7 @@ dependencies = [
  "flate 0.0.0",
  "graphviz 0.0.0",
  "log 0.0.0",
+ "proc_macro 0.0.0",
  "rustc 0.0.0",
  "rustc_back 0.0.0",
  "rustc_borrowck 0.0.0",