We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b9061 commit 457165eCopy full SHA for 457165e
src/test/debuginfo/msvc-pretty-enums.rs
@@ -69,7 +69,7 @@
69
// cdb-check:i,! : None [Type: enum$<core::option::Option<u32> >]
70
// cdb-check: [+0x000] variant0 [Type: enum$<core::option::Option<u32> >::None]
71
// cdb-check: [+0x000] variant1 [Type: enum$<core::option::Option<u32> >::Some]
72
-// cdb-check: [+0x004] __0 : 0x5c0065 [Type: unsigned int]
+// cdb-check: [+0x004] __0 : 0x[...] [Type: unsigned int]
73
// cdb-check: [+0x000] discriminant : None (0x0) [Type: core::option::Option]
74
75
// cdb-command: dx i
0 commit comments