std: update debuginfo check to match type definition

This commit is contained in:
joboet 2022-04-28 15:34:43 +02:00
parent 550273361d
commit 1285fb7466
No known key found for this signature in database
GPG key ID: 704E0149B0194B3C

View file

@ -14,7 +14,7 @@
//
// cdb-command:dx t,d
// cdb-check:t,d : [...] [Type: std::thread::Thread *]
// cdb-check: [...] inner : {...} [Type: alloc::sync::Arc<std::thread::Inner>]
// cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::Inner> >]
use std::thread;