Commit b0fc137
committed
Auto merge of #139482 - Zalathar:rollup-h2ht1y6, r=Zalathar
Rollup of 9 pull requests
Successful merges:
- #139035 (Add new `PatKind::Missing` variants)
- #139108 (Simplify `thir::PatKind::ExpandedConstant`)
- #139112 (Implement `super let`)
- #139365 (Default auto traits: fix perf)
- #139397 (coverage: Build the CGU's global file table as late as possible)
- #139455 ( Remove support for `extern "rust-intrinsic"` blocks)
- #139461 (Stop calling `source_span` query in significant drop order code)
- #139465 (add sret handling for scalar autodiff)
- #139466 (Trivial tweaks to stop tracking source span directly)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
6 files changed
+9
-64
lines changed- crates
- hir-ty/src
- mir/eval
- ide-completion/src/completions
- ide/src/hover
- intern/src/symbol
6 files changed
+9
-64
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
404 | 403 | | |
405 | 404 | | |
406 | 405 | | |
| |||
457 | 456 | | |
458 | 457 | | |
459 | 458 | | |
460 | | - | |
461 | 459 | | |
462 | 460 | | |
463 | 461 | | |
| |||
500 | 498 | | |
501 | 499 | | |
502 | 500 | | |
503 | | - | |
504 | 501 | | |
505 | 502 | | |
506 | 503 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 62 | + | |
75 | 63 | | |
76 | 64 | | |
77 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
303 | 302 | | |
304 | 303 | | |
305 | 304 | | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
318 | 310 | | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
| 311 | + | |
326 | 312 | | |
327 | 313 | | |
328 | 314 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6945 | 6945 | | |
6946 | 6946 | | |
6947 | 6947 | | |
6948 | | - | |
6949 | | - | |
6950 | | - | |
| 6948 | + | |
| 6949 | + | |
6951 | 6950 | | |
6952 | 6951 | | |
6953 | 6952 | | |
| |||
6960 | 6959 | | |
6961 | 6960 | | |
6962 | 6961 | | |
6963 | | - | |
6964 | | - | |
6965 | | - | |
6966 | | - | |
6967 | | - | |
6968 | | - | |
6969 | | - | |
6970 | | - | |
6971 | | - | |
6972 | | - | |
6973 | | - | |
6974 | | - | |
6975 | | - | |
6976 | | - | |
6977 | | - | |
6978 | | - | |
6979 | | - | |
6980 | | - | |
6981 | | - | |
6982 | | - | |
6983 | | - | |
6984 | | - | |
6985 | | - | |
6986 | 6962 | | |
6987 | 6963 | | |
6988 | 6964 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
| |||
0 commit comments