|
27 | 27 | // cdb-command:g
|
28 | 28 |
|
29 | 29 | // cdb-command:dx rc,d
|
30 |
| -// cdb-check:rc,d : 111 [Type: alloc::rc::Rc<i32>] |
| 30 | +// cdb-check:rc,d : 111 [Type: alloc::rc::Rc<i32,alloc::alloc::Global>] |
31 | 31 | // cdb-check: [Reference count] : 11 [Type: core::cell::Cell<usize>]
|
32 | 32 | // cdb-check: [Weak reference count] : 2 [Type: core::cell::Cell<usize>]
|
33 | 33 |
|
34 | 34 | // cdb-command:dx weak_rc,d
|
35 |
| -// cdb-check:weak_rc,d : 111 [Type: alloc::rc::Weak<i32>] |
| 35 | +// cdb-check:weak_rc,d : 111 [Type: alloc::rc::Weak<i32,alloc::alloc::Global>] |
36 | 36 | // cdb-check: [Reference count] : 11 [Type: core::cell::Cell<usize>]
|
37 | 37 | // cdb-check: [Weak reference count] : 2 [Type: core::cell::Cell<usize>]
|
38 | 38 |
|
39 | 39 | // cdb-command:dx arc,d
|
40 |
| -// cdb-check:arc,d : 222 [Type: alloc::sync::Arc<i32>] |
| 40 | +// cdb-check:arc,d : 222 [Type: alloc::sync::Arc<i32,alloc::alloc::Global>] |
41 | 41 | // cdb-check: [Reference count] : 21 [Type: core::sync::atomic::AtomicUsize]
|
42 | 42 | // cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize]
|
43 | 43 |
|
44 | 44 | // cdb-command:dx weak_arc,d
|
45 |
| -// cdb-check:weak_arc,d : 222 [Type: alloc::sync::Weak<i32>] |
| 45 | +// cdb-check:weak_arc,d : 222 [Type: alloc::sync::Weak<i32,alloc::alloc::Global>] |
46 | 46 | // cdb-check: [Reference count] : 21 [Type: core::sync::atomic::AtomicUsize]
|
47 | 47 | // cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize]
|
48 | 48 |
|
49 | 49 | // cdb-command:dx dyn_rc,d
|
50 |
| -// cdb-check:dyn_rc,d [Type: alloc::rc::Rc<dyn$<core::fmt::Debug> >] |
| 50 | +// cdb-check:dyn_rc,d [Type: alloc::rc::Rc<dyn$<core::fmt::Debug>,alloc::alloc::Global>] |
51 | 51 | // cdb-check: [Reference count] : 31 [Type: core::cell::Cell<usize>]
|
52 | 52 | // cdb-check: [Weak reference count] : 2 [Type: core::cell::Cell<usize>]
|
53 | 53 |
|
54 | 54 | // cdb-command:dx dyn_rc_weak,d
|
55 |
| -// cdb-check:dyn_rc_weak,d [Type: alloc::rc::Weak<dyn$<core::fmt::Debug> >] |
| 55 | +// cdb-check:dyn_rc_weak,d [Type: alloc::rc::Weak<dyn$<core::fmt::Debug>,alloc::alloc::Global>] |
56 | 56 | // cdb-check: [Reference count] : 31 [Type: core::cell::Cell<usize>]
|
57 | 57 | // cdb-check: [Weak reference count] : 2 [Type: core::cell::Cell<usize>]
|
58 | 58 |
|
59 | 59 | // cdb-command:dx slice_rc,d
|
60 |
| -// cdb-check:slice_rc,d : { len=3 } [Type: alloc::rc::Rc<slice2$<u32> >] |
| 60 | +// cdb-check:slice_rc,d : { len=3 } [Type: alloc::rc::Rc<slice2$<u32>,alloc::alloc::Global>] |
61 | 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>]
|
|
66 | 66 | // cdb-check: [2] : 3 [Type: u32]
|
67 | 67 |
|
68 | 68 | // cdb-command:dx slice_rc_weak,d
|
69 |
| -// cdb-check:slice_rc_weak,d : { len=3 } [Type: alloc::rc::Weak<slice2$<u32> >] |
| 69 | +// cdb-check:slice_rc_weak,d : { len=3 } [Type: alloc::rc::Weak<slice2$<u32>,alloc::alloc::Global>] |
70 | 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>]
|
|
75 | 75 | // cdb-check: [2] : 3 [Type: u32]
|
76 | 76 |
|
77 | 77 | // cdb-command:dx dyn_arc,d
|
78 |
| -// cdb-check:dyn_arc,d [Type: alloc::sync::Arc<dyn$<core::fmt::Debug> >] |
| 78 | +// cdb-check:dyn_arc,d [Type: alloc::sync::Arc<dyn$<core::fmt::Debug>,alloc::alloc::Global>] |
79 | 79 | // cdb-check: [Reference count] : 51 [Type: core::sync::atomic::AtomicUsize]
|
80 | 80 | // cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize]
|
81 | 81 |
|
82 | 82 | // cdb-command:dx dyn_arc_weak,d
|
83 |
| -// cdb-check:dyn_arc_weak,d [Type: alloc::sync::Weak<dyn$<core::fmt::Debug> >] |
| 83 | +// cdb-check:dyn_arc_weak,d [Type: alloc::sync::Weak<dyn$<core::fmt::Debug>,alloc::alloc::Global>] |
84 | 84 | // cdb-check: [Reference count] : 51 [Type: core::sync::atomic::AtomicUsize]
|
85 | 85 | // cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize]
|
86 | 86 |
|
87 | 87 | // cdb-command:dx slice_arc,d
|
88 |
| -// cdb-check:slice_arc,d : { len=3 } [Type: alloc::sync::Arc<slice2$<u32> >] |
| 88 | +// cdb-check:slice_arc,d : { len=3 } [Type: alloc::sync::Arc<slice2$<u32>,alloc::alloc::Global>] |
89 | 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]
|
|
94 | 94 | // cdb-check: [2] : 6 [Type: u32]
|
95 | 95 |
|
96 | 96 | // cdb-command:dx slice_arc_weak,d
|
97 |
| -// cdb-check:slice_arc_weak,d : { len=3 } [Type: alloc::sync::Weak<slice2$<u32> >] |
| 97 | +// cdb-check:slice_arc_weak,d : { len=3 } [Type: alloc::sync::Weak<slice2$<u32>,alloc::alloc::Global>] |
98 | 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]
|
|
0 commit comments