Skip to content

Commit 1ab9e52

Browse files
committed
Update rustc-demangle to 0.1.16.
1 parent 60960a2 commit 1ab9e52

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies = [
106106
"cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
107107
"compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
108108
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
109-
"rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
109+
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
110110
"rustc-std-workspace-core 1.0.0",
111111
]
112112

@@ -2736,7 +2736,7 @@ dependencies = [
27362736

27372737
[[package]]
27382738
name = "rustc-demangle"
2739-
version = "0.1.15"
2739+
version = "0.1.16"
27402740
source = "registry+https://github.com/rust-lang/crates.io-index"
27412741
dependencies = [
27422742
"compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2894,7 +2894,7 @@ dependencies = [
28942894
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
28952895
"punycode 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
28962896
"rustc 0.0.0",
2897-
"rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
2897+
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
28982898
"rustc_data_structures 0.0.0",
28992899
"rustc_metadata 0.0.0",
29002900
"rustc_target 0.0.0",
@@ -4600,7 +4600,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
46004600
"checksum rustc-ap-serialize 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61673783f2089e01033ffa82d1988f55175402071b31253a358292e1624d4602"
46014601
"checksum rustc-ap-syntax 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "28f3dd1346d5b0269c07a4a78855e309a298ab569c9c1302d4d4f57f8eee4e84"
46024602
"checksum rustc-ap-syntax_pos 546.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "45e67b526dbda3a0c7dab91c8947d43685e7697f52686a4949da3c179cd7c979"
4603-
"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
4603+
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
46044604
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
46054605
"checksum rustc-rayon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d2e07e19601f21c59aad953c2632172ba70cb27e685771514ea66e4062b3363"
46064606
"checksum rustc-rayon-core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "79d38ca7cbc22fa59f09d8534ea4b27f67b0facf0cbe274433aceea227a02543"

src/librustc_codegen_utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test = false
1313
flate2 = "1.0"
1414
log = "0.4"
1515
punycode = "0.4.0"
16-
rustc-demangle = "0.1.15"
16+
rustc-demangle = "0.1.16"
1717

1818
syntax = { path = "../libsyntax" }
1919
syntax_pos = { path = "../libsyntax_pos" }

src/test/ui/symbol-names/issue-60925.legacy.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ error: symbol-name(_ZN11issue_609253foo37Foo$LT$issue_60925..llv$u6d$..Foo$GT$3f
44
LL | #[rustc_symbol_name]
55
| ^^^^^^^^^^^^^^^^^^^^
66

7-
error: demangling(issue_60925::foo::Foo<issue_60925::llv$u6d$..Foo$GT$::foo::h059a991a004536ad)
7+
error: demangling(issue_60925::foo::Foo<issue_60925::llvm::Foo>::foo::h059a991a004536ad)
88
--> $DIR/issue-60925.rs:21:9
99
|
1010
LL | #[rustc_symbol_name]
1111
| ^^^^^^^^^^^^^^^^^^^^
1212

13-
error: demangling-alt(issue_60925::foo::Foo<issue_60925::llv$u6d$..Foo$GT$::foo)
13+
error: demangling-alt(issue_60925::foo::Foo<issue_60925::llvm::Foo>::foo)
1414
--> $DIR/issue-60925.rs:21:9
1515
|
1616
LL | #[rustc_symbol_name]

src/test/ui/symbol-names/issue-60925.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ mod foo {
2020
impl Foo<::llvm::Foo> {
2121
#[rustc_symbol_name]
2222
//[legacy]~^ ERROR symbol-name(_ZN11issue_609253foo37Foo$LT$issue_60925..llv$u6d$..Foo$GT$3foo
23-
//[legacy]~| ERROR demangling(issue_60925::foo::Foo<issue_60925::llv$u6d$..Foo$GT$::foo
24-
//[legacy]~| ERROR demangling-alt(issue_60925::foo::Foo<issue_60925::llv$u6d$..Foo$GT$::foo)
23+
//[legacy]~| ERROR demangling(issue_60925::foo::Foo<issue_60925::llvm::Foo>::foo
24+
//[legacy]~| ERROR demangling-alt(issue_60925::foo::Foo<issue_60925::llvm::Foo>::foo)
2525
//[v0]~^^^^ ERROR symbol-name(_RNvMNtCs4fqI2P2rA04_11issue_609253fooINtB2_3FooNtNtB4_4llvm3FooE3foo)
2626
//[v0]~| ERROR demangling(<issue_60925[317d481089b8c8fe]::foo::Foo<issue_60925[317d481089b8c8fe]::llvm::Foo>>::foo)
2727
//[v0]~| ERROR demangling-alt(<issue_60925::foo::Foo<issue_60925::llvm::Foo>>::foo)

0 commit comments

Comments
 (0)