diff options
| author | bors <bors@rust-lang.org> | 2023-04-27 13:38:19 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-04-27 13:38:19 +0000 |
| commit | 901fdb3b04375e3456b5cf771f86ecca8d6c1917 (patch) | |
| tree | c839aa495a143234447b43187b00bfa2e019aa3c /tests/debuginfo | |
| parent | 6ce22733b973355573efd1e6294e585460e90e17 (diff) | |
| parent | 52d550b20ee1a327565b2002ac7f02243d0fa12e (diff) | |
| download | rust-901fdb3b04375e3456b5cf771f86ecca8d6c1917.tar.gz rust-901fdb3b04375e3456b5cf771f86ecca8d6c1917.zip | |
Auto merge of #110896 - matthiaskrgr:rollup-h8fetzd, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #110426 (docs(style): add more let-else examples) - #110804 (Remove repeated definite articles) - #110814 (Sprinkle some `#[inline]` in `rustc_data_structures::tagged_ptr`) - #110816 (Migrate `rustc_passes` to translatable diagnostics) - #110864 (`IntoFuture::into_future` is no longer unstable) - #110866 (Make `method-not-found-generic-arg-elision.rs` error message not path dependent) - #110872 (Nicer ICE for #67981) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'tests/debuginfo')
| -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 388d50c5cdc..e7e83c7aacd 100644 --- a/tests/debuginfo/thread.rs +++ b/tests/debuginfo/thread.rs @@ -1,4 +1,4 @@ -// Testing the the display of JoinHandle and Thread in cdb. +// Testing the display of JoinHandle and Thread in cdb. // cdb-only // min-cdb-version: 10.0.18317.1001 |
