Commit 82c5814
committed
Auto merge of rust-lang#87509 - JohnTitor:rollup-8iqn6cl, r=JohnTitor
Rollup of 10 pull requests
Successful merges:
- rust-lang#86450 (Add flag to configure `large_assignments` lint)
- rust-lang#86764 (Avoid ICE on type error recovery)
- rust-lang#87354 (Update VxWork's UNIX support)
- rust-lang#87427 (get rid of NoMirFor error variant)
- rust-lang#87446 (macos current_exe using directly libc instead.)
- rust-lang#87494 (fix typo: whenver -> whenever)
- rust-lang#87497 (Add long explanation for E0544.)
- rust-lang#87499 (Remove ASCII fast path from `rustc_lexer::{is_id_continue, is_id_start}`)
- rust-lang#87502 (Update cargo)
- rust-lang#87503 (Update books)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
5 files changed
+7
-8
lines changed- core/src
- std
- src/sys/unix
- os
- process
5 files changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
| 586 | + | |
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | 353 | | |
357 | 354 | | |
358 | | - | |
| 355 | + | |
359 | 356 | | |
360 | 357 | | |
361 | 358 | | |
362 | 359 | | |
363 | | - | |
| 360 | + | |
364 | 361 | | |
365 | 362 | | |
366 | 363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments