|
58 | 58 |
|
59 | 59 | // cdb-command:dx slice_rc,d
|
60 | 60 | // cdb-check:slice_rc,d : { len=3 } [Type: alloc::rc::Rc<slice$<u32> >]
|
61 |
| -// cdb-check: [Length] : 3 [Type: unsigned __int64] |
| 61 | +// cdb-check: [Length] : 3 [Type: [...]] |
62 | 62 | // cdb-check: [Reference count] : 41 [Type: core::cell::Cell<usize>]
|
63 | 63 | // cdb-check: [Weak reference count] : 2 [Type: core::cell::Cell<usize>]
|
64 | 64 | // cdb-check: [0] : 1 [Type: u32]
|
|
67 | 67 |
|
68 | 68 | // cdb-command:dx slice_rc_weak,d
|
69 | 69 | // cdb-check:slice_rc_weak,d : { len=3 } [Type: alloc::rc::Weak<slice$<u32> >]
|
70 |
| -// cdb-check: [Length] : 3 [Type: unsigned __int64] |
| 70 | +// cdb-check: [Length] : 3 [Type: [...]] |
71 | 71 | // cdb-check: [Reference count] : 41 [Type: core::cell::Cell<usize>]
|
72 | 72 | // cdb-check: [Weak reference count] : 2 [Type: core::cell::Cell<usize>]
|
73 | 73 | // cdb-check: [0] : 1 [Type: u32]
|
|
86 | 86 |
|
87 | 87 | // cdb-command:dx slice_arc,d
|
88 | 88 | // cdb-check:slice_arc,d : { len=3 } [Type: alloc::sync::Arc<slice$<u32> >]
|
89 |
| -// cdb-check: [Length] : 3 [Type: unsigned __int64] |
| 89 | +// cdb-check: [Length] : 3 [Type: [...]] |
90 | 90 | // cdb-check: [Reference count] : 61 [Type: core::sync::atomic::AtomicUsize]
|
91 | 91 | // cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize]
|
92 | 92 | // cdb-check: [0] : 4 [Type: u32]
|
|
95 | 95 |
|
96 | 96 | // cdb-command:dx slice_arc_weak,d
|
97 | 97 | // cdb-check:slice_arc_weak,d : { len=3 } [Type: alloc::sync::Weak<slice$<u32> >]
|
98 |
| -// cdb-check: [Length] : 3 [Type: unsigned __int64] |
| 98 | +// cdb-check: [Length] : 3 [Type: [...]] |
99 | 99 | // cdb-check: [Reference count] : 61 [Type: core::sync::atomic::AtomicUsize]
|
100 | 100 | // cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize]
|
101 | 101 | // cdb-check: [0] : 4 [Type: u32]
|
|
0 commit comments