We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4955947 commit 5ecad08Copy full SHA for 5ecad08
tests/debuginfo/thread.rs
@@ -12,9 +12,10 @@
12
// cdb-check:join_handle,d [Type: std::thread::JoinHandle<tuple$<> >]
13
// cdb-check: [...] __0 [Type: std::thread::JoinInner<tuple$<> >]
14
//
15
-// cdb-command:dx t,d
+// cdb-command:dx -r3 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: [...] __0 : Other [Type: enum2$<std::thread::Inner>]
18
+// cdb-check: [...] __0 [Type: core::pin::Pin<alloc::sync::Arc<std::thread::OtherInner,[...]> >]
19
20
use std::thread;
21
0 commit comments