This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 7b73d14
committed
Auto merge of rust-lang#70451 - Dylan-DPC:rollup-2g9oyht, r=Dylan-DPC
Rollup of 5 pull requests
Successful merges:
- rust-lang#69644 (Remove framework in `dataflow/mod.rs` in favor of "generic" one)
- rust-lang#69936 (Fix cycle error when emitting suggestion for mismatched `fn` type)
- rust-lang#70048 (Allow obtaining &mut OsStr)
- rust-lang#70344 (Decouple `rustc_hir::print` into `rustc_hir_pretty`)
- rust-lang#70435 (Add regression test for rust-lang#66706)
Failed merges:
r? @ghostFile tree
67 files changed
+547
-1443
lines changed- src
- librustc_driver
- librustc_hir_pretty
- librustc_hir
- librustc_metadata
- rmeta
- librustc_mir
- borrow_check
- type_check
- liveness
- dataflow
- framework
- impls
- transform
- check_consts
- librustc_passes
- librustc_privacy
- librustc_save_analysis
- librustc_trait_selection/traits
- error_reporting
- librustc_typeck
- check
- method
- librustc/hir/map
- librustdoc
- clean
- libstd
- ffi
- sys_common
- sys/windows
- test/ui
- issues
- methods
- privacy
- qualified
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+547
-1443
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3668 | 3668 | | |
3669 | 3669 | | |
3670 | 3670 | | |
| 3671 | + | |
3671 | 3672 | | |
3672 | 3673 | | |
3673 | 3674 | | |
| |||
3742 | 3743 | | |
3743 | 3744 | | |
3744 | 3745 | | |
3745 | | - | |
3746 | 3746 | | |
3747 | | - | |
3748 | 3747 | | |
3749 | 3748 | | |
3750 | 3749 | | |
| |||
3753 | 3752 | | |
3754 | 3753 | | |
3755 | 3754 | | |
| 3755 | + | |
| 3756 | + | |
| 3757 | + | |
| 3758 | + | |
| 3759 | + | |
| 3760 | + | |
| 3761 | + | |
| 3762 | + | |
| 3763 | + | |
| 3764 | + | |
| 3765 | + | |
| 3766 | + | |
3756 | 3767 | | |
3757 | 3768 | | |
3758 | 3769 | | |
| |||
3903 | 3914 | | |
3904 | 3915 | | |
3905 | 3916 | | |
| 3917 | + | |
3906 | 3918 | | |
3907 | 3919 | | |
3908 | 3920 | | |
| |||
4087 | 4099 | | |
4088 | 4100 | | |
4089 | 4101 | | |
| 4102 | + | |
4090 | 4103 | | |
4091 | 4104 | | |
4092 | 4105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
890 | 889 | | |
891 | 890 | | |
892 | 891 | | |
| 892 | + | |
| 893 | + | |
893 | 894 | | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
898 | | - | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | | - | |
| 895 | + | |
903 | 896 | | |
904 | 897 | | |
905 | 898 | | |
906 | 899 | | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
907 | 904 | | |
908 | 905 | | |
909 | 906 | | |
| |||
982 | 979 | | |
983 | 980 | | |
984 | 981 | | |
985 | | - | |
986 | | - | |
987 | | - | |
988 | | - | |
989 | | - | |
990 | | - | |
991 | | - | |
992 | | - | |
993 | | - | |
994 | | - | |
995 | | - | |
996 | | - | |
997 | | - | |
998 | | - | |
999 | | - | |
| 982 | + | |
1000 | 983 | | |
1001 | | - | |
1002 | 984 | | |
1003 | 985 | | |
1004 | 986 | | |
| |||
1019 | 1001 | | |
1020 | 1002 | | |
1021 | 1003 | | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
1022 | 1007 | | |
1023 | 1008 | | |
1024 | 1009 | | |
| |||
1069 | 1054 | | |
1070 | 1055 | | |
1071 | 1056 | | |
1072 | | - | |
1073 | | - | |
1074 | | - | |
1075 | | - | |
1076 | | - | |
1077 | | - | |
1078 | | - | |
1079 | | - | |
1080 | | - | |
1081 | | - | |
1082 | | - | |
1083 | | - | |
1084 | | - | |
1085 | | - | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
1086 | 1069 | | |
1087 | | - | |
| 1070 | + | |
1088 | 1071 | | |
1089 | 1072 | | |
1090 | 1073 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
| 338 | + | |
338 | 339 | | |
339 | 340 | | |
340 | 341 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
0 commit comments