Skip to content

Commit

Permalink
fix type braces
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyborus04 committed Jul 3, 2023
1 parent 34f6d24 commit fed3c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/debuginfo/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
// cdb-command:dx t,d
// cdb-check:t,d : [...] [Type: std::thread::Thread *]
// 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,alloc::alloc::Global>>]

use std::thread;

Expand Down

0 comments on commit fed3c8c

Please sign in to comment.