File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
//
11
11
// cdb-command:dx m,d
12
12
// cdb-check:m,d [Type: std::sync::mutex::Mutex<i32>]
13
- // cdb-check: [...] inner [Type: std::sys::pal::windows:: locks::mutex::Mutex]
13
+ // cdb-check: [...] inner [Type: std::sys::locks::mutex::windows ::Mutex]
14
14
// cdb-check: [...] poison [Type: std::sync::poison::Flag]
15
15
// cdb-check: [...] data : 0 [Type: core::cell::UnsafeCell<i32>]
16
16
Original file line number Diff line number Diff line change 16
16
// cdb-command:dx r
17
17
// cdb-check:r [Type: std::sync::rwlock::RwLockReadGuard<i32>]
18
18
// cdb-check: [...] data : NonNull([...]: 0) [Type: core::ptr::non_null::NonNull<i32>]
19
- // cdb-check: [...] inner_lock : [...] [Type: std::sys::pal::windows:: locks::rwlock::RwLock *]
19
+ // cdb-check: [...] inner_lock : [...] [Type: std::sys::locks::rwlock::windows ::RwLock *]
20
20
21
21
#[ allow( unused_variables) ]
22
22
You can’t perform that action at this time.
0 commit comments