]> git.proxmox.com Git - rustc.git/blobdiff - src/test/debuginfo/mutex.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / debuginfo / mutex.rs
index 314ba40b0e3d0b8a4208d565fca78fd0a80d34ca..61ec6a81243d5f2214da54b30e523cf26a64cb09 100644 (file)
@@ -10,7 +10,7 @@
 //
 // cdb-command:dx m,d
 // cdb-check:m,d              [Type: std::sync::mutex::Mutex<i32>]
-// cdb-check:    [...] inner            [Type: std::sys_common::mutex::MovableMutex]
+// cdb-check:    [...] inner            [Type: std::sys::windows::locks::mutex::Mutex]
 // cdb-check:    [...] poison           [Type: std::sync::poison::Flag]
 // cdb-check:    [...] data             : 0 [Type: core::cell::UnsafeCell<i32>]