We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10c1b5 commit 08b5813Copy full SHA for 08b5813
tests/debuginfo/function-names.rs
@@ -37,7 +37,8 @@
37
// Const generic parameter
38
// gdb-command:info functions -q function_names::const_generic_fn.*
39
// gdb-check:[...]static fn function_names::const_generic_fn_bool<false>();
40
-// gdb-check:[...]static fn function_names::const_generic_fn_non_int<{CONST#ad91263f6d2dd96e}>();
+// This is a hash, it can change when compiler internals change
41
+// gdb-check:[...]static fn function_names::const_generic_fn_non_int<{CONST#73a38766b652ae7d}>();
42
// gdb-check:[...]static fn function_names::const_generic_fn_signed_int<-7>();
43
// gdb-check:[...]static fn function_names::const_generic_fn_unsigned_int<14>();
44
0 commit comments