File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717// cdb-command: dx pin
1818// cdb-check:pin : Pin(0x[...]: "this") [Type: core::pin::Pin<ref_mut$<alloc::string::String> >]
1919// cdb-check: [<Raw View>] [Type: core::pin::Pin<ref_mut$<alloc::string::String> >]
20- // cdb-check: [len] : 0x4 [Type: unsigned __int64 ]
21- // cdb-check: [capacity] : 0x4 [Type: unsigned __int64 ]
20+ // cdb-check: [len] : 0x4 [Type: unsigned [...] ]
21+ // cdb-check: [capacity] : 0x4 [Type: unsigned [...] ]
2222// cdb-check: [chars] : "this"
2323
2424// cdb-command: dx unique
Original file line number Diff line number Diff line change 140140// cdb-check:vecdeque : { len=0x2 } [Type: alloc::collections::vec_deque::VecDeque<i32>]
141141// cdb-check: [<Raw View>] [Type: alloc::collections::vec_deque::VecDeque<i32>]
142142// cdb-check: [len] : 0x2
143- // cdb-check: [capacity] : 0x8 [Type: unsigned __int64 ]
143+ // cdb-check: [capacity] : 0x8 [Type: unsigned [...] ]
144144// cdb-check: [0x0] : 90 [Type: int]
145145// cdb-check: [0x1] : 20 [Type: int]
146146
You can’t perform that action at this time.
0 commit comments