File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -1617,6 +1617,10 @@ dependencies = [
1617
1617
" ra-ap-rustc_index" ,
1618
1618
" ra-ap-rustc_lexer" ,
1619
1619
" ra-ap-rustc_parse_format" ,
1620
+ " rustc_abi" ,
1621
+ " rustc_index" ,
1622
+ " rustc_lexer" ,
1623
+ " rustc_parse_format" ,
1620
1624
]
1621
1625
1622
1626
[[package ]]
@@ -1625,6 +1629,39 @@ version = "1.1.0"
1625
1629
source = " registry+https://github.com/rust-lang/crates.io-index"
1626
1630
checksum = " 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1627
1631
1632
+ [[package ]]
1633
+ name = " rustc_abi"
1634
+ version = " 0.0.0"
1635
+ dependencies = [
1636
+ " bitflags 1.3.2" ,
1637
+ " rustc_index" ,
1638
+ " tracing" ,
1639
+ ]
1640
+
1641
+ [[package ]]
1642
+ name = " rustc_index"
1643
+ version = " 0.0.0"
1644
+ dependencies = [
1645
+ " arrayvec" ,
1646
+ " smallvec" ,
1647
+ ]
1648
+
1649
+ [[package ]]
1650
+ name = " rustc_lexer"
1651
+ version = " 0.1.0"
1652
+ dependencies = [
1653
+ " unicode-properties" ,
1654
+ " unicode-xid" ,
1655
+ ]
1656
+
1657
+ [[package ]]
1658
+ name = " rustc_parse_format"
1659
+ version = " 0.0.0"
1660
+ dependencies = [
1661
+ " rustc_index" ,
1662
+ " rustc_lexer" ,
1663
+ ]
1664
+
1628
1665
[[package ]]
1629
1666
name = " ryu"
1630
1667
version = " 1.0.13"
You can’t perform that action at this time.
0 commit comments