File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,13 @@ These are a set of steps to add support for a new target. There are
4
4
numerous end states and paths to get there, so not all sections may be
5
5
relevant to your desired goal.
6
6
7
+ See also the associated documentation in the
8
+ [ target tier policy] [ target_tier_policy_add ] .
9
+
7
10
<!-- toc -->
8
11
12
+ [ target_tier_policy_add ] : https://doc.rust-lang.org/rustc/target-tier-policy.html#adding-a-new-target
13
+
9
14
## Specifying a new LLVM
10
15
11
16
For very new targets, you may need to use a different fork of LLVM
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ Here are some notable ones:
275
275
| ` rustc_dump_def_parents ` | Dumps the chain of ` DefId ` parents of certain definitions. |
276
276
| ` rustc_dump_item_bounds ` | Dumps the [ ` item_bounds ` ] of an item. |
277
277
| ` 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. |
279
279
| ` rustc_hidden_type_of_opaques ` | Dumps the [ hidden type of each opaque types] [ opaq ] in the crate. |
280
280
| ` rustc_layout ` | [ See this section] ( #debugging-type-layouts ) . |
281
281
| ` rustc_object_lifetime_default ` | Dumps the [ object lifetime defaults] of an item. |
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ environment.
43
43
44
44
## Formatting and linting Python code
45
45
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
47
47
it both linted and formatted by the [ ruff] [ ruff ] tool.
48
48
49
49
When modifying Python code, use this command to format it:
You can’t perform that action at this time.
0 commit comments