diff options
| author | bors <bors@rust-lang.org> | 2023-07-31 21:48:00 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-31 21:48:00 +0000 |
| commit | db7ff98a72f3e742b641f9cb16d0e8c285e87e9b (patch) | |
| tree | 24307a4512118ef70aee32505f9bbb8e779a595d /compiler/rustc_codegen_ssa/src | |
| parent | b3df56a65f9424a7f4af101091582f49cfc29286 (diff) | |
| parent | e981db05b558dcf5edb00a20da9ed76f2b4433f9 (diff) | |
| download | rust-db7ff98a72f3e742b641f9cb16d0e8c285e87e9b.tar.gz rust-db7ff98a72f3e742b641f9cb16d0e8c285e87e9b.zip | |
Auto merge of #114307 - matthiaskrgr:rollup-8k5rq16, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - #112858 (Update Android system definitions and add riscv-linux-android as tier 3 target) - #113717 (remove repetitive words) - #113725 (Move MinGW linker dist option to proper section) - #113740 (Update `.gitmodules` to use shallow submodule clones) - #113889 (Fix ice tests when librustc-driver is linked dynamically) - #113906 (etc: add `RUSTC_BOOTSTRAP` to rust-analyzer config) - #113920 (fix(resolve): report unresolved imports firstly) - #114111 (Improve test case for experimental API remove_matches) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_codegen_ssa/src')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/back/write.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/back/write.rs b/compiler/rustc_codegen_ssa/src/back/write.rs index 4ef337bc677..40718525741 100644 --- a/compiler/rustc_codegen_ssa/src/back/write.rs +++ b/compiler/rustc_codegen_ssa/src/back/write.rs @@ -708,7 +708,7 @@ impl<B: WriteBackendMethods> WorkItem<B> { fn desc(short: &str, _long: &str, name: &str) -> String { // The short label is three bytes, and is followed by a space. That // leaves 11 bytes for the CGU name. How we obtain those 11 bytes - // depends on the the CGU name form. + // depends on the CGU name form. // // - Non-incremental, e.g. `regex.f10ba03eb5ec7975-cgu.0`: the part // before the `-cgu.0` is the same for every CGU, so use the |
