about summary refs log tree commit diff
path: root/tests/debuginfo/function-names.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-12-24 00:51:51 +0000
committerbors <bors@rust-lang.org>2024-12-24 00:51:51 +0000
commitf3343420c813a3dad6746e274137ba51bf97f063 (patch)
treeacd07ddc77abe529bb44f588d71f7bb43b4655c1 /tests/debuginfo/function-names.rs
parent65fe42a5f46a17ac63b21684b7ec8327f1a4c86b (diff)
parent9a1c5eb5b385adb3cd04af0049cbf5c225cefdc3 (diff)
Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk
Begin to implement type system layer of unsafe binders

Mostly TODOs, but there's a lot of match arms that are basically just noops so I wanted to split these out before I put up the MIR lowering/projection part of this logic.

r? oli-obk

Tracking:

- https://github.com/rust-lang/rust/issues/130516
Diffstat (limited to 'tests/debuginfo/function-names.rs')
-rw-r--r--tests/debuginfo/function-names.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/debuginfo/function-names.rs b/tests/debuginfo/function-names.rs
index d9b61e73621..c51884451e5 100644
--- a/tests/debuginfo/function-names.rs
+++ b/tests/debuginfo/function-names.rs
@@ -37,7 +37,7 @@
 // Const generic parameter
 // gdb-command:info functions -q function_names::const_generic_fn.*
 // gdb-check:[...]static fn function_names::const_generic_fn_bool<false>();
-// gdb-check:[...]static fn function_names::const_generic_fn_non_int<{CONST#a70c39591cb5f53d}>();
+// gdb-check:[...]static fn function_names::const_generic_fn_non_int<{CONST#ffa3db4ca1d52dce}>();
 // gdb-check:[...]static fn function_names::const_generic_fn_signed_int<-7>();
 // gdb-check:[...]static fn function_names::const_generic_fn_unsigned_int<14>();