diff options
| author | Cyborus04 <87248184+Cyborus04@users.noreply.github.com> | 2023-07-03 17:09:42 -0400 |
|---|---|---|
| committer | Cyborus04 <87248184+Cyborus04@users.noreply.github.com> | 2023-07-03 17:09:42 -0400 |
| commit | fed3c8cd28a42988a8379a3e61694dc7fa7a9e6a (patch) | |
| tree | e258d1d19dd1cad77b163223ef127df7c1970cf8 | |
| parent | 34f6d2414cea30003491b4debbfd8c059b09125b (diff) | |
| download | rust-fed3c8cd28a42988a8379a3e61694dc7fa7a9e6a.tar.gz rust-fed3c8cd28a42988a8379a3e61694dc7fa7a9e6a.zip | |
fix type braces
| -rw-r--r-- | tests/debuginfo/thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/debuginfo/thread.rs b/tests/debuginfo/thread.rs index d888ad00f96..0f7d6965034 100644 --- a/tests/debuginfo/thread.rs +++ b/tests/debuginfo/thread.rs @@ -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; |
