We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a32ee7 + 486a25a commit 397abb7Copy full SHA for 397abb7
src/test/debug-info/limited-debuginfo.rs
@@ -14,10 +14,10 @@
14
15
// Make sure functions have proper names
16
// debugger:info functions
17
-// check:static void limited-debuginfo::main();
18
-// check:static void limited-debuginfo::some_function();
19
-// check:static void limited-debuginfo::some_other_function();
20
-// check:static void limited-debuginfo::zzz();
+// check:static void [...]main();
+// check:static void [...]some_function();
+// check:static void [...]some_other_function();
+// check:static void [...]zzz();
21
22
// debugger:rbreak zzz
23
// debugger:run
@@ -49,4 +49,4 @@ fn some_function(a: int, b: int) {
49
zzz();
50
}
51
52
-fn some_other_function(a: int, b: int) -> bool { true }
+fn some_other_function(a: int, b: int) -> bool { true }
0 commit comments