Thanks to visit codestin.com Credit goes to github.com
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 1cd72b7 commit 13bf958Copy full SHA for 13bf958
src/test/debuginfo/basic-types-globals-lto.rs
@@ -14,7 +14,7 @@
14
// gdbr-command:print I
15
// gdb-check:$2 = -1
16
// gdbg-command:print 'basic_types_globals::C'
17
-// gdbr-command:print C
+// gdbr-command:print/d C
18
// gdbg-check:$3 = 97
19
// gdbr-check:$3 = 97
20
// gdbg-command:print/d 'basic_types_globals::I8'
src/test/debuginfo/basic-types-globals.rs
@@ -13,7 +13,7 @@
13
0 commit comments