Skip to content

Commit 95adaa2

Browse files
committed
The type of the slice length field is architecture dependent
1 parent 2b5efa4 commit 95adaa2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/debuginfo/rc_arc.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
// cdb-command:dx slice_rc,d
6060
// 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: [...]]
6262
// cdb-check: [Reference count] : 41 [Type: core::cell::Cell<usize>]
6363
// cdb-check: [Weak reference count] : 2 [Type: core::cell::Cell<usize>]
6464
// cdb-check: [0] : 1 [Type: u32]
@@ -67,7 +67,7 @@
6767

6868
// cdb-command:dx slice_rc_weak,d
6969
// 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: [...]]
7171
// cdb-check: [Reference count] : 41 [Type: core::cell::Cell<usize>]
7272
// cdb-check: [Weak reference count] : 2 [Type: core::cell::Cell<usize>]
7373
// cdb-check: [0] : 1 [Type: u32]
@@ -86,7 +86,7 @@
8686

8787
// cdb-command:dx slice_arc,d
8888
// 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: [...]]
9090
// cdb-check: [Reference count] : 61 [Type: core::sync::atomic::AtomicUsize]
9191
// cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize]
9292
// cdb-check: [0] : 4 [Type: u32]
@@ -95,7 +95,7 @@
9595

9696
// cdb-command:dx slice_arc_weak,d
9797
// 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: [...]]
9999
// cdb-check: [Reference count] : 61 [Type: core::sync::atomic::AtomicUsize]
100100
// cdb-check: [Weak reference count] : 2 [Type: core::sync::atomic::AtomicUsize]
101101
// cdb-check: [0] : 4 [Type: u32]

0 commit comments

Comments
 (0)