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 2585803 commit de03900Copy full SHA for de03900
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