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 = [
23652365 " rustc_data_structures 0.0.0" ,
23662366 " rustc_errors 0.0.0" ,
23672367 " rustc_fs_util 0.0.0" ,
2368+ " rustc_macros 0.1.0" ,
23682369 " rustc_target 0.0.0" ,
23692370 " scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
23702371 " serialize 0.0.0" ,
@@ -2817,6 +2818,16 @@ dependencies = [
28172818 " core 0.0.0" ,
28182819]
28192820
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+
28202831[[package ]]
28212832name = " rustc_metadata"
28222833version = " 0.0.0"
You can’t perform that action at this time.
0 commit comments