File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
// cdb-command: dx pin
18
18
// cdb-check:pin : Pin(0x[...]: "this") [Type: core::pin::Pin<ref_mut$<alloc::string::String> >]
19
19
// 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 [...] ]
22
22
// cdb-check: [chars] : "this"
23
23
24
24
// cdb-command: dx unique
Original file line number Diff line number Diff line change 140
140
// cdb-check:vecdeque : { len=0x2 } [Type: alloc::collections::vec_deque::VecDeque<i32>]
141
141
// cdb-check: [<Raw View>] [Type: alloc::collections::vec_deque::VecDeque<i32>]
142
142
// cdb-check: [len] : 0x2
143
- // cdb-check: [capacity] : 0x8 [Type: unsigned __int64 ]
143
+ // cdb-check: [capacity] : 0x8 [Type: unsigned [...] ]
144
144
// cdb-check: [0x0] : 90 [Type: int]
145
145
// cdb-check: [0x1] : 20 [Type: int]
146
146
You can’t perform that action at this time.
0 commit comments