@@ -2371,6 +2371,11 @@ dependencies = [
2371
2371
" rustc-std-workspace-core 1.0.0" ,
2372
2372
]
2373
2373
2374
+ [[package ]]
2375
+ name = " rustc-demangle"
2376
+ version = " 0.1.13"
2377
+ source = " git+https://github.com/eddyb/rustc-demangle?rev=20d5bcc9bcea0d9413540916dd5f9fdadc7012f7#20d5bcc9bcea0d9413540916dd5f9fdadc7012f7"
2378
+
2374
2379
[[package ]]
2375
2380
name = " rustc-hash"
2376
2381
version = " 1.0.1"
@@ -2531,11 +2536,13 @@ dependencies = [
2531
2536
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2532
2537
" punycode 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2533
2538
" rustc 0.0.0" ,
2539
+ " rustc-demangle 0.1.13 (git+https://github.com/eddyb/rustc-demangle?rev=20d5bcc9bcea0d9413540916dd5f9fdadc7012f7)" ,
2534
2540
" rustc_data_structures 0.0.0" ,
2535
2541
" rustc_incremental 0.0.0" ,
2536
2542
" rustc_metadata 0.0.0" ,
2537
2543
" rustc_mir 0.0.0" ,
2538
2544
" rustc_target 0.0.0" ,
2545
+ " std-mangle-rs 0.1.0 (git+https://github.com/michaelwoerister/std-mangle-rs?rev=2336dcdfcc91db3cdda18eda73aca488773ac6fc)" ,
2539
2546
" syntax 0.0.0" ,
2540
2547
" syntax_pos 0.0.0" ,
2541
2548
]
@@ -3095,6 +3102,14 @@ dependencies = [
3095
3102
" unwind 0.0.0" ,
3096
3103
]
3097
3104
3105
+ [[package ]]
3106
+ name = " std-mangle-rs"
3107
+ version = " 0.1.0"
3108
+ source = " git+https://github.com/michaelwoerister/std-mangle-rs?rev=2336dcdfcc91db3cdda18eda73aca488773ac6fc#2336dcdfcc91db3cdda18eda73aca488773ac6fc"
3109
+ dependencies = [
3110
+ " unic-idna-punycode 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3111
+ ]
3112
+
3098
3113
[[package ]]
3099
3114
name = " string_cache"
3100
3115
version = " 0.7.3"
@@ -3554,6 +3569,11 @@ name = "ucd-util"
3554
3569
version = " 0.1.3"
3555
3570
source = " registry+https://github.com/rust-lang/crates.io-index"
3556
3571
3572
+ [[package ]]
3573
+ name = " unic-idna-punycode"
3574
+ version = " 0.7.0"
3575
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3576
+
3557
3577
[[package ]]
3558
3578
name = " unicode-bidi"
3559
3579
version = " 0.3.4"
@@ -3987,6 +4007,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3987
4007
"checksum rustc-ap-syntax 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 1adc189e5e4500a4167b9afa04e67067f40d0039e0e05870c977bebb561f065a"
3988
4008
"checksum rustc-ap-syntax_pos 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 4d42c430dbb0be4377bfe6aa5099074c63ac8796b24098562c2e2154aecc5652"
3989
4009
"checksum rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = " 82ae957aa1b3055d8e086486723c0ccd3d7b8fa190ae8fa2e35543b6171c810e"
4010
+ "checksum rustc-demangle 0.1.13 (git+https://github.com/eddyb/rustc-demangle?rev=20d5bcc9bcea0d9413540916dd5f9fdadc7012f7)" = " <none>"
3990
4011
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
3991
4012
"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"
3992
4013
"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
@@ -4014,6 +4035,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4014
4035
"checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = " b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db"
4015
4036
"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = " c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
4016
4037
"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
4038
+ "checksum std-mangle-rs 0.1.0 (git+https://github.com/michaelwoerister/std-mangle-rs?rev=2336dcdfcc91db3cdda18eda73aca488773ac6fc)" = " <none>"
4017
4039
"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
4018
4040
"checksum string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 35293b05cf1494e8ddd042a7df6756bf18d07f42d234f32e71dce8a7aabb0191"
4019
4041
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
@@ -4051,6 +4073,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4051
4073
"checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8"
4052
4074
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
4053
4075
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
4076
+ "checksum unic-idna-punycode 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 1b0366615c248bc56ea5ceafe6f71a682f6591e653b1ce61814999302617b8c0"
4054
4077
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
4055
4078
"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
4056
4079
"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = " aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
0 commit comments