File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
// cdb-check: [+0x000] __0 : 0x2a [Type: unsigned int]
47
47
48
48
// cdb-command: dx niche128_some
49
- // cdb-check: niche128_some : Some [Type: enum2$<core::option::Option<core::num::nonzero::NonZero<i128>> >]
49
+ // cdb-check: niche128_some : Some [Type: enum2$<core::option::Option<core::num::nonzero::NonZero<i128> > >]
50
50
// Note: we can't actually read the value of the field because CDB cannot handle 128 bit integers.
51
51
// cdb-check: [+0x000] __0 [...] [Type: core::num::nonzero::NonZero<i128>]
52
52
53
53
// cdb-command: dx niche128_none
54
- // cdb-check: niche128_none : None [Type: enum2$<core::option::Option<core::num::nonzero::NonZero<i128>> >]
54
+ // cdb-check: niche128_none : None [Type: enum2$<core::option::Option<core::num::nonzero::NonZero<i128> > >]
55
55
56
56
// cdb-command: dx wrapping_niche128_untagged
57
57
// cdb-check: wrapping_niche128_untagged : X [Type: enum2$<msvc_pretty_enums::Wrapping128Niche>]
You can’t perform that action at this time.
0 commit comments