|
38 | 38 |
|
39 | 39 | //@ cdb-command:dx arc,d |
40 | 40 | //@ cdb-check:arc,d : 222 [Type: alloc::sync::Arc<i32,alloc::alloc::Global>] |
41 | | -//@ cdb-check: [Reference count] : 21 [Type: core::sync::atomic::AtomicUsize] |
42 | | -//@ cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize] |
| 41 | +//@ cdb-check: [Reference count] : 21 [Type: core::sync::atomic::Atomic<usize>] |
| 42 | +//@ cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::Atomic<usize>] |
43 | 43 |
|
44 | 44 | //@ cdb-command:dx weak_arc,d |
45 | 45 | //@ cdb-check:weak_arc,d : 222 [Type: alloc::sync::Weak<i32,alloc::alloc::Global>] |
46 | | -//@ cdb-check: [Reference count] : 21 [Type: core::sync::atomic::AtomicUsize] |
47 | | -//@ cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize] |
| 46 | +//@ cdb-check: [Reference count] : 21 [Type: core::sync::atomic::Atomic<usize>] |
| 47 | +//@ cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::Atomic<usize>] |
48 | 48 |
|
49 | 49 | //@ cdb-command:dx dyn_rc,d |
50 | 50 | //@ cdb-check:dyn_rc,d [Type: alloc::rc::Rc<dyn$<core::fmt::Debug>,alloc::alloc::Global>] |
|
76 | 76 |
|
77 | 77 | //@ cdb-command:dx dyn_arc,d |
78 | 78 | //@ cdb-check:dyn_arc,d [Type: alloc::sync::Arc<dyn$<core::fmt::Debug>,alloc::alloc::Global>] |
79 | | -//@ cdb-check: [Reference count] : 51 [Type: core::sync::atomic::AtomicUsize] |
80 | | -//@ cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize] |
| 79 | +//@ cdb-check: [Reference count] : 51 [Type: core::sync::atomic::Atomic<usize>] |
| 80 | +//@ cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::Atomic<usize>] |
81 | 81 |
|
82 | 82 | //@ cdb-command:dx dyn_arc_weak,d |
83 | 83 | //@ cdb-check:dyn_arc_weak,d [Type: alloc::sync::Weak<dyn$<core::fmt::Debug>,alloc::alloc::Global>] |
84 | | -//@ cdb-check: [Reference count] : 51 [Type: core::sync::atomic::AtomicUsize] |
85 | | -//@ cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize] |
| 84 | +//@ cdb-check: [Reference count] : 51 [Type: core::sync::atomic::Atomic<usize>] |
| 85 | +//@ cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::Atomic<usize>] |
86 | 86 |
|
87 | 87 | //@ cdb-command:dx slice_arc,d |
88 | 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 | | -//@ cdb-check: [Reference count] : 61 [Type: core::sync::atomic::AtomicUsize] |
91 | | -//@ cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize] |
| 90 | +//@ cdb-check: [Reference count] : 61 [Type: core::sync::atomic::Atomic<usize>] |
| 91 | +//@ cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::Atomic<usize>] |
92 | 92 | //@ cdb-check: [0] : 4 [Type: u32] |
93 | 93 | //@ cdb-check: [1] : 5 [Type: u32] |
94 | 94 | //@ cdb-check: [2] : 6 [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<slice2$<u32>,alloc::alloc::Global>] |
98 | 98 | //@ cdb-check: [Length] : 3 [Type: [...]] |
99 | | -//@ cdb-check: [Reference count] : 61 [Type: core::sync::atomic::AtomicUsize] |
100 | | -//@ cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize] |
| 99 | +//@ cdb-check: [Reference count] : 61 [Type: core::sync::atomic::Atomic<usize>] |
| 100 | +//@ cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::Atomic<usize>] |
101 | 101 | //@ cdb-check: [0] : 4 [Type: u32] |
102 | 102 | //@ cdb-check: [1] : 5 [Type: u32] |
103 | 103 | //@ cdb-check: [2] : 6 [Type: u32] |
|
0 commit comments