Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048a801 commit 5656de7Copy full SHA for 5656de7
src/test/debuginfo/rwlock-read.rs
@@ -15,11 +15,8 @@
15
//
16
// cdb-command:dx r
17
// cdb-check:r [Type: std::sync::rwlock::RwLockReadGuard<i32>]
18
-// cdb-check: [...] lock : [...] [Type: std::sync::rwlock::RwLock<i32> *]
19
-//
20
-// cdb-command:dx r.lock->data,d
21
-// cdb-check:r.lock->data,d : 0 [Type: core::cell::UnsafeCell<i32>]
22
-// cdb-check: [<Raw View>] [Type: core::cell::UnsafeCell<i32>]
+// cdb-check: [...] data : NonNull([...]: 0) [Type: core::ptr::non_null::NonNull<i32>]
+// cdb-check: [...] inner_lock : [...] [Type: std::sys_common::rwlock::MovableRwLock *]
23
24
#[allow(unused_variables)]
25
0 commit comments