Commit 80d8f29
committed
Auto merge of #149322 - matthiaskrgr:rollup-uf0hmx6, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- #147736 (Stabilize `asm_cfg`)
- #148652 (Cleanup and refactor FnCtxt::report_no_match_method_error)
- #149167 (skip checking supertraits in object candidate for `NormalizesTo` goal)
- #149210 (fix: Do not ICE on normalization failure of an extern static item)
- #149268 (add implementation-internal namespace for globalasm)
- #149274 (Fix invalid link generation for type alias methods)
- #149302 (Fix comment wording in simplify_comparison_integral.rs)
- #149305 (Simplify OnceCell Clone impl)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
25 files changed
+488
-305
lines changed- compiler
- rustc_builtin_macros
- src
- rustc_feature/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src/method
- rustc_mir_transform/src
- rustc_next_trait_solver/src/solve
- assembly
- normalizes_to
- rustc_symbol_mangling/src
- library
- compiler-builtins/compiler-builtins/src
- core/src/cell
- src/librustdoc/html/render
- tests
- rustdoc-gui
- src/test_docs
- ui
- asm
- feature-gates
- static
- symbol-names
- traits/next-solver/normalize
25 files changed
+488
-305
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 66 | + | |
| 67 | + | |
78 | 68 | | |
79 | 69 | | |
80 | 70 | | |
81 | 71 | | |
82 | | - | |
| 72 | + | |
83 | 73 | | |
84 | 74 | | |
85 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
386 | | - | |
387 | 385 | | |
388 | 386 | | |
389 | 387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1186 | 1186 | | |
1187 | 1187 | | |
1188 | 1188 | | |
1189 | | - | |
| 1189 | + | |
| 1190 | + | |
1190 | 1191 | | |
1191 | 1192 | | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
1192 | 1200 | | |
1193 | | - | |
1194 | | - | |
1195 | | - | |
| 1201 | + | |
1196 | 1202 | | |
| 1203 | + | |
1197 | 1204 | | |
1198 | 1205 | | |
1199 | 1206 | | |
| |||
0 commit comments