We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1218f6d + de03900 commit 2682c47Copy full SHA for 2682c47
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 [...]main();
18
-// check:static void [...]some_function();
19
-// check:static void [...]some_other_function();
20
-// check:static void [...]zzz();
+// check:[...]void[...]main([...]);
+// check:[...]void[...]some_function([...]);
+// check:[...]void[...]some_other_function([...]);
+// check:[...]void[...]zzz([...]);
21
22
// debugger:rbreak zzz
23
// debugger:run
0 commit comments