We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5502733 commit 1285fb7Copy full SHA for 1285fb7
src/test/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: alloc::sync::Arc<std::thread::Inner>]
+// cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::Inner> >]
18
19
use std::thread;
20
0 commit comments