@@ -2372,6 +2372,11 @@ dependencies = [
23722372 " rustc-std-workspace-core 1.0.0" ,
23732373]
23742374
2375+ [[package ]]
2376+ name = " rustc-demangle"
2377+ version = " 0.1.13"
2378+ source = " git+https://github.com/eddyb/rustc-demangle?rev=20d5bcc9bcea0d9413540916dd5f9fdadc7012f7#20d5bcc9bcea0d9413540916dd5f9fdadc7012f7"
2379+
23752380[[package ]]
23762381name = " rustc-hash"
23772382version = " 1.0.1"
@@ -2532,11 +2537,13 @@ dependencies = [
25322537 " log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
25332538 " punycode 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
25342539 " rustc 0.0.0" ,
2540+ " rustc-demangle 0.1.13 (git+https://github.com/eddyb/rustc-demangle?rev=20d5bcc9bcea0d9413540916dd5f9fdadc7012f7)" ,
25352541 " rustc_data_structures 0.0.0" ,
25362542 " rustc_incremental 0.0.0" ,
25372543 " rustc_metadata 0.0.0" ,
25382544 " rustc_mir 0.0.0" ,
25392545 " rustc_target 0.0.0" ,
2546+ " std-mangle-rs 0.1.0 (git+https://github.com/michaelwoerister/std-mangle-rs?rev=2336dcdfcc91db3cdda18eda73aca488773ac6fc)" ,
25402547 " syntax 0.0.0" ,
25412548 " syntax_pos 0.0.0" ,
25422549]
@@ -3096,6 +3103,14 @@ dependencies = [
30963103 " unwind 0.0.0" ,
30973104]
30983105
3106+ [[package ]]
3107+ name = " std-mangle-rs"
3108+ version = " 0.1.0"
3109+ source = " git+https://github.com/michaelwoerister/std-mangle-rs?rev=2336dcdfcc91db3cdda18eda73aca488773ac6fc#2336dcdfcc91db3cdda18eda73aca488773ac6fc"
3110+ dependencies = [
3111+ " unic-idna-punycode 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3112+ ]
3113+
30993114[[package ]]
31003115name = " string_cache"
31013116version = " 0.7.3"
@@ -3555,6 +3570,11 @@ name = "ucd-util"
35553570version = " 0.1.3"
35563571source = " registry+https://github.com/rust-lang/crates.io-index"
35573572
3573+ [[package ]]
3574+ name = " unic-idna-punycode"
3575+ version = " 0.7.0"
3576+ source = " registry+https://github.com/rust-lang/crates.io-index"
3577+
35583578[[package ]]
35593579name = " unicode-bidi"
35603580version = " 0.3.4"
@@ -3988,6 +4008,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
39884008"checksum rustc-ap-syntax 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 1adc189e5e4500a4167b9afa04e67067f40d0039e0e05870c977bebb561f065a"
39894009"checksum rustc-ap-syntax_pos 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 4d42c430dbb0be4377bfe6aa5099074c63ac8796b24098562c2e2154aecc5652"
39904010"checksum rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = " 82ae957aa1b3055d8e086486723c0ccd3d7b8fa190ae8fa2e35543b6171c810e"
4011+ "checksum rustc-demangle 0.1.13 (git+https://github.com/eddyb/rustc-demangle?rev=20d5bcc9bcea0d9413540916dd5f9fdadc7012f7)" = " <none>"
39914012"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
39924013"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"
39934014"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
@@ -4015,6 +4036,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
40154036"checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = " b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db"
40164037"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = " c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
40174038"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
4039+ "checksum std-mangle-rs 0.1.0 (git+https://github.com/michaelwoerister/std-mangle-rs?rev=2336dcdfcc91db3cdda18eda73aca488773ac6fc)" = " <none>"
40184040"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
40194041"checksum string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 35293b05cf1494e8ddd042a7df6756bf18d07f42d234f32e71dce8a7aabb0191"
40204042"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
@@ -4052,6 +4074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
40524074"checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8"
40534075"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
40544076"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
4077+ "checksum unic-idna-punycode 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 1b0366615c248bc56ea5ceafe6f71a682f6591e653b1ce61814999302617b8c0"
40554078"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
40564079"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
40574080"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = " aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
0 commit comments