diff options
| author | bors <bors@rust-lang.org> | 2022-03-03 21:40:28 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-03-03 21:40:28 +0000 |
| commit | 40d3040ae19b8c43c0027bc6d3e9805e5ee5e0ee (patch) | |
| tree | 69fdb6d043602269c8cfb2a9c51984d5039b4ed6 /compiler/rustc_codegen_ssa/src/debuginfo | |
| parent | 10913c00018c76103b2fd4260d8c02ec728fd244 (diff) | |
| parent | cfa58dfd1c78ec170a1b13ae1d31ce99310bdce8 (diff) | |
| download | rust-40d3040ae19b8c43c0027bc6d3e9805e5ee5e0ee.tar.gz rust-40d3040ae19b8c43c0027bc6d3e9805e5ee5e0ee.zip | |
Auto merge of #94571 - matthiaskrgr:rollup-4ul5ydb, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - #92697 (Use cgroup quotas for calculating `available_parallelism`) - #94057 (improve comments for `simplify_type`) - #94547 (`parse_tt` cleanups) - #94550 (rustdoc: Add test for higher kinded functions generated by macros) - #94551 (Doc: Fix use of quote instead of backstick in Adapter::map.) - #94554 (Fix invalid lint_node_id being put on a removed stmt) - #94555 (all: fix some typos) - #94563 (Remove a unnecessary `..` pattern) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/debuginfo')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs b/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs index 1561277b704..37e84046901 100644 --- a/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs +++ b/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs @@ -1,6 +1,6 @@ // Type Names for Debug Info. -// Notes on targetting MSVC: +// Notes on targeting MSVC: // In general, MSVC's debugger attempts to parse all arguments as C++ expressions, // even if the argument is explicitly a symbol name. // As such, there are many things that cause parsing issues: |
