We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a197466 commit 4315c78Copy full SHA for 4315c78
src/test/debuginfo/repr-u128.rs
@@ -7,6 +7,17 @@
7
8
// gdb-command: run
9
10
+// gdb-command:print vals
11
+// gdbg-check:$1 = (Some(Foo::Lo), None::<Foo>)
12
+// gdbr-check:$1 = repr_u128::Foo::(std::option::Option<Foo>, std::option::Option<Foo>)
13
+
14
+// === LLDB TESTS ==================================================================================
15
16
+// lldb-command:run
17
18
+// lldb-command:print vals
19
+// lldbg-check:[...]$0 = (Some(Foo::Lo), None::<Foo>)
20
+// lldbr-check:(repr_u128::Foo) vals = repr_u128::Foo::(std::option::Option<Foo>, std::option::Option<Foo>)
21
22
#![feature(repr128)]
23
0 commit comments