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 b8de591 commit 05a6f65Copy full SHA for 05a6f65
tests/codegen/debuginfo-inline-callsite-location.rs
@@ -4,9 +4,9 @@
4
// can correctly merge the debug info if it merges the inlined code (e.g., for merging of tail
5
// calls to panic.
6
7
-// CHECK: tail call void @_ZN4core6option13unwrap_failed17h{{([0-9a-z]{16})}}E
+// CHECK: tail call void @{{[A-Za-z0-9_]+4core6option13unwrap_failed}}
8
// CHECK-SAME: !dbg ![[#first_dbg:]]
9
10
// CHECK-SAME: !dbg ![[#second_dbg:]]
11
12
// CHECK-DAG: ![[#func_dbg:]] = distinct !DISubprogram(name: "unwrap<i32>"
0 commit comments