File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -2365,6 +2365,7 @@ dependencies = [
2365
2365
" rustc_data_structures 0.0.0" ,
2366
2366
" rustc_errors 0.0.0" ,
2367
2367
" rustc_fs_util 0.0.0" ,
2368
+ " rustc_macros 0.1.0" ,
2368
2369
" rustc_target 0.0.0" ,
2369
2370
" scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2370
2371
" serialize 0.0.0" ,
@@ -2817,6 +2818,16 @@ dependencies = [
2817
2818
" core 0.0.0" ,
2818
2819
]
2819
2820
2821
+ [[package ]]
2822
+ name = " rustc_macros"
2823
+ version = " 0.1.0"
2824
+ dependencies = [
2825
+ " proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2826
+ " quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
2827
+ " syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
2828
+ " synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2829
+ ]
2830
+
2820
2831
[[package ]]
2821
2832
name = " rustc_metadata"
2822
2833
version = " 0.0.0"
You can’t perform that action at this time.
0 commit comments