File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010//
1111// cdb-command:dx m,d
1212// 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]
1414// cdb-check: [...] poison [Type: std::sync::poison::Flag]
1515// cdb-check: [...] data : 0 [Type: core::cell::UnsafeCell<i32>]
1616
Original file line number Diff line number Diff line change 1616// cdb-command:dx r
1717// cdb-check:r [Type: std::sync::rwlock::RwLockReadGuard<i32>]
1818// 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 *]
2020
2121#[ allow( unused_variables) ]
2222
You can’t perform that action at this time.
0 commit comments