File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99// cdb-command:g
1010//
1111// cdb-command:dx join_handle,d
12- // cdb-check:join_handle,d [Type: std::thread::JoinHandle<tuple$<> >]
13- // cdb-check: [...] __0 [Type: std::thread::JoinInner<tuple$<> >]
12+ // cdb-check:join_handle,d [Type: std::thread::join_handle:: JoinHandle<tuple$<> >]
13+ // cdb-check: [...] __0 [Type: std::thread::lifecycle:: JoinInner<tuple$<> >]
1414//
1515// 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> >]
16+ // cdb-check:t,d : [...] [Type: std::thread::thread:: Thread *]
17+ // cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::thread:: Inner,alloc::alloc::Global> >]
1818
1919use std:: thread;
2020
You can’t perform that action at this time.
0 commit comments