This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 4dac61d
committed
Auto merge of rust-lang#135861 - jieyouxu:rollup-d4naa6s, r=jieyouxu
Rollup of 8 pull requests
Successful merges:
- rust-lang#135779 (CI: free disk on linux arm runner)
- rust-lang#135794 (Detect missing fields with default values and suggest `..`)
- rust-lang#135814 (ci: use ghcr buildkit image)
- rust-lang#135818 (tests: Port `translation` to rmake.rs)
- rust-lang#135823 (make UI tests that use `--test` work on panic=abort targets)
- rust-lang#135837 (Remove test panic from File::open)
- rust-lang#135852 (Add `AsyncFn*` to `core` prelude)
- rust-lang#135856 (Library: Finalize dyn compatibility renaming)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
16 files changed
+407
-92
lines changed- compiler/rustc_hir_typeck/src
- library
- core/src/prelude
- std/src
- sys/pal/windows
- src
- ci
- docker
- github-actions
- tools
- run-make-support/src/external_deps
- tidy/src
- tests
- run-make/translation
- ui
- macros/rfc-2011-nicer-assert-messages
- structs/default-field-values
16 files changed
+407
-92
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2349 | 2349 | | |
2350 | 2350 | | |
2351 | 2351 | | |
| 2352 | + | |
2352 | 2353 | | |
2353 | 2354 | | |
2354 | 2355 | | |
| |||
2386 | 2387 | | |
2387 | 2388 | | |
2388 | 2389 | | |
| 2390 | + | |
2389 | 2391 | | |
2390 | 2392 | | |
2391 | 2393 | | |
| |||
2425 | 2427 | | |
2426 | 2428 | | |
2427 | 2429 | | |
| 2430 | + | |
| 2431 | + | |
| 2432 | + | |
| 2433 | + | |
| 2434 | + | |
| 2435 | + | |
| 2436 | + | |
| 2437 | + | |
| 2438 | + | |
| 2439 | + | |
| 2440 | + | |
| 2441 | + | |
| 2442 | + | |
| 2443 | + | |
| 2444 | + | |
| 2445 | + | |
| 2446 | + | |
| 2447 | + | |
| 2448 | + | |
| 2449 | + | |
| 2450 | + | |
| 2451 | + | |
| 2452 | + | |
| 2453 | + | |
| 2454 | + | |
| 2455 | + | |
| 2456 | + | |
| 2457 | + | |
2428 | 2458 | | |
2429 | 2459 | | |
2430 | 2460 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2387 | 2387 | | |
2388 | 2388 | | |
2389 | 2389 | | |
2390 | | - | |
2391 | 2390 | | |
2392 | 2391 | | |
2393 | 2392 | | |
2394 | 2393 | | |
2395 | 2394 | | |
2396 | | - | |
| 2395 | + | |
2397 | 2396 | | |
2398 | 2397 | | |
2399 | 2398 | | |
| |||
2406 | 2405 | | |
2407 | 2406 | | |
2408 | 2407 | | |
2409 | | - | |
| 2408 | + | |
2410 | 2409 | | |
2411 | 2410 | | |
2412 | 2411 | | |
| |||
2419 | 2418 | | |
2420 | 2419 | | |
2421 | 2420 | | |
2422 | | - | |
| 2421 | + | |
2423 | 2422 | | |
2424 | | - | |
| 2423 | + | |
2425 | 2424 | | |
2426 | 2425 | | |
2427 | 2426 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | 331 | | |
335 | 332 | | |
336 | 333 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
143 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
144 | 147 | | |
145 | 148 | | |
146 | 149 | | |
| |||
156 | 159 | | |
157 | 160 | | |
158 | 161 | | |
159 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
160 | 165 | | |
161 | 166 | | |
162 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
390 | 391 | | |
391 | 392 | | |
392 | 393 | | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
This file was deleted.
0 commit comments