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 e48ad9c commit d88b47fCopy full SHA for d88b47f
tests/debuginfo/captured-fields-1.rs
@@ -13,7 +13,7 @@
13
// gdb-check:$3 = captured_fields_1::main::{closure_env#2} {_ref__my_ref: @0x[...]}
14
// gdb-command:continue
15
// gdb-command:print test
16
-// gdb-check:$4 = captured_fields_1::main::{closure_env#3} {my_ref: @0x[...]}
+// gdb-check:$4 = captured_fields_1::main::{closure_env#3} {my_ref: @0x[...]: captured_fields_1::MyStruct {my_field1: 11, my_field2: 22}}
17
18
19
// gdb-check:$5 = captured_fields_1::main::{closure_env#4} {my_var__my_field2: 22}
0 commit comments