We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fc0fd commit 492fbc5Copy full SHA for 492fbc5
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,std::alloc::System> >]
18
19
use std::thread;
20
0 commit comments