-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 283db70
Auto merge of #141545 - GuillaumeGomez:rollup-myrvuqq, r=GuillaumeGomez
Rollup of 6 pull requests
Successful merges:
- #141413 (Make #[cfg(version)] respect RUSTC_OVERRIDE_VERSION_STRING)
- #141443 (make teach_help message for cast-before-pass-to-variadic more precise)
- #141508 (bootstrap: clippy: set TESTNAME based on given paths)
- #141512 (Avoid extra path trimming in method not found error)
- #141530 (Added unstable feature doc comments to unstable book)
- #141541 (Random nits)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
38 files changed
+197
-62
lines changed- compiler
- rustc_attr_data_structures/src
- rustc_attr_parsing/src/attributes
- rustc_hir_typeck
- src/method
- rustc_infer/src/infer/canonical
- rustc_trait_selection/src/solve
- src
- bootstrap/src/core/build_steps
- tools
- tidy/src
- unstable-book-gen/src
- tests
- run-make/crate-loading
- ui
- associated-types
- attributes
- cfg/cfg-version
- empty
- error-emitter
- functions-closures
- higher-ranked/trait-bounds
- impl-trait
- issues
- macros
- methods
- mismatched_types
- nll
- suggestions
- typeck
- unboxed-closures
38 files changed
+197
-62
lines changedLines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| |||
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
19 | 39 |
| |
20 | 40 |
| |
41 | + | ||
42 | + | ||
21 | 43 |
| |
22 | 44 |
| |
23 | 45 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 | - | ||
132 | + | ||
133 | 133 |
| |
134 | - | ||
134 | + | ||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 | - | ||
172 | + | ||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
|
Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
599 | 599 |
| |
600 | 600 |
| |
601 | 601 |
| |
602 | - | ||
602 | + | ||
603 | 603 |
| |
604 | 604 |
| |
605 | 605 |
| |
| |||
738 | 738 |
| |
739 | 739 |
| |
740 | 740 |
| |
741 | - | ||
742 | - | ||
743 | - | ||
744 | - | ||
745 | 741 |
| |
746 | 742 |
| |
747 | 743 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | - | ||
26 | + | ||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
593 | 593 |
| |
594 | 594 |
| |
595 | 595 |
| |
596 | - | ||
597 | - | ||
598 | - | ||
599 | - | ||
596 | + | ||
597 | + | ||
598 | + | ||
599 | + | ||
600 | 600 |
| |
601 | 601 |
| |
602 | 602 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
|
Lines changed: 18 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
739 | 739 |
| |
740 | 740 |
| |
741 | 741 |
| |
742 | - | ||
742 | + | ||
743 | 743 |
| |
744 | 744 |
| |
745 | 745 |
| |
| |||
783 | 783 |
| |
784 | 784 |
| |
785 | 785 |
| |
786 | + | ||
787 | + | ||
788 | + | ||
789 | + | ||
790 | + | ||
791 | + | ||
792 | + | ||
793 | + | ||
794 | + | ||
795 | + | ||
796 | + | ||
797 | + | ||
798 | + | ||
799 | + | ||
800 | + | ||
801 | + | ||
802 | + | ||
786 | 803 |
| |
787 | 804 |
| |
788 | 805 |
| |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | + | ||
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
| |||
296 | 297 |
| |
297 | 298 |
| |
298 | 299 |
| |
300 | + | ||
299 | 301 |
| |
300 | 302 |
| |
301 | 303 |
| |
| |||
332 | 334 |
| |
333 | 335 |
| |
334 | 336 |
| |
337 | + | ||
338 | + | ||
339 | + | ||
340 | + | ||
341 | + | ||
342 | + | ||
343 | + | ||
335 | 344 |
| |
336 | 345 |
| |
337 | 346 |
| |
| |||
438 | 447 |
| |
439 | 448 |
| |
440 | 449 |
| |
450 | + | ||
451 | + | ||
452 | + | ||
453 | + | ||
454 | + | ||
441 | 455 |
| |
442 | 456 |
| |
443 | 457 |
| |
458 | + | ||
444 | 459 |
| |
445 | 460 |
| |
446 | 461 |
| |
| |||
564 | 579 |
| |
565 | 580 |
| |
566 | 581 |
| |
582 | + | ||
567 | 583 |
| |
568 | 584 |
| |
569 | 585 |
| |
| |||
600 | 616 |
| |
601 | 617 |
| |
602 | 618 |
| |
619 | + | ||
603 | 620 |
| |
604 | 621 |
| |
605 | 622 |
| |
|
Lines changed: 17 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | - | ||
16 | - | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
17 | 22 |
| |
18 | 23 |
| |
19 | 24 |
| |
20 | - | ||
21 | - | ||
25 | + | ||
26 | + | ||
22 | 27 |
| |
23 | 28 |
| |
24 | 29 |
| |
| |||
58 | 63 |
| |
59 | 64 |
| |
60 | 65 |
| |
66 | + | ||
61 | 67 |
| |
62 | 68 |
| |
63 | - | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
64 | 75 |
| |
65 | - | ||
76 | + | ||
66 | 77 |
| |
67 | 78 |
| |
68 | 79 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
4 | + | ||
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
|
0 commit comments