We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f6d24 commit fed3c8cCopy full SHA for fed3c8c
tests/debuginfo/thread.rs
@@ -14,7 +14,7 @@
14
//
15
// cdb-command:dx t,d
16
// cdb-check:t,d : [...] [Type: std::thread::Thread *]
17
-// cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::Inner>,alloc::alloc::Global>]
+// cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::Inner,alloc::alloc::Global>>]
18
19
use std::thread;
20
0 commit comments