Skip to content

Commit cd17f49

Browse files
authored
Merge pull request #4169 from rust-lang/rustup-2025-02-01
Automatic Rustup
2 parents 370ee60 + fae6d5f commit cd17f49

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: src/building/new-target.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ These are a set of steps to add support for a new target. There are
44
numerous end states and paths to get there, so not all sections may be
55
relevant to your desired goal.
66

7+
See also the associated documentation in the
8+
[target tier policy][target_tier_policy_add].
9+
710
<!-- toc -->
811

12+
[target_tier_policy_add]: https://doc.rust-lang.org/rustc/target-tier-policy.html#adding-a-new-target
13+
914
## Specifying a new LLVM
1015

1116
For very new targets, you may need to use a different fork of LLVM

Diff for: src/compiler-debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Here are some notable ones:
275275
| `rustc_dump_def_parents` | Dumps the chain of `DefId` parents of certain definitions. |
276276
| `rustc_dump_item_bounds` | Dumps the [`item_bounds`] of an item. |
277277
| `rustc_dump_predicates` | Dumps the [`predicates_of`] an item. |
278-
| `rustc_dump_vtable` | |
278+
| `rustc_dump_vtable` | Dumps the vtable layout of an impl, or a type alias of a dyn type. |
279279
| `rustc_hidden_type_of_opaques` | Dumps the [hidden type of each opaque types][opaq] in the crate. |
280280
| `rustc_layout` | [See this section](#debugging-type-layouts). |
281281
| `rustc_object_lifetime_default` | Dumps the [object lifetime defaults] of an item. |

Diff for: src/conventions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ environment.
4343

4444
## Formatting and linting Python code
4545

46-
The Rust repository contains quite a lof of Python code. We try to keep
46+
The Rust repository contains quite a lot of Python code. We try to keep
4747
it both linted and formatted by the [ruff][ruff] tool.
4848

4949
When modifying Python code, use this command to format it:

0 commit comments

Comments
 (0)