Commit c583fa6
committed
Auto merge of rust-lang#141644 - compiler-errors:rollup-gl5hize, r=compiler-errors
Rollup of 17 pull requests
Successful merges:
- rust-lang#140591 (Fix malformed suggestion for E0061 when method is a macro token in macro context)
- rust-lang#141536 (Improve `ambiguous_wide_pointer_comparisons` lint compare diagnostics)
- rust-lang#141552 (Pull out dedicated `cfg_version` syntax test from feature gate test)
- rust-lang#141556 (bootstrap: translate Windows paths in a way that works for both Cygwin and MSYS2)
- rust-lang#141563 (Remove out-of-date `noop_*` names.)
- rust-lang#141568 (dist: make sure llvm-project submodule is present)
- rust-lang#141580 (Use more detailed spans in dyn compat errors within bodies)
- rust-lang#141582 (intrinsics, ScalarInt: minor cleanup)
- rust-lang#141584 (Support `opaque_types_defined_by` for `SyntheticCoroutineBody`)
- rust-lang#141587 (Add missing edition directives for async-await tests)
- rust-lang#141594 (Add `generic_arg_infer` test)
- rust-lang#141596 (rustc book: fix erratic sentence by making it more simple)
- rust-lang#141599 (Remove an unnecessary use of `Box::into_inner`.)
- rust-lang#141611 (Update mdbook to 0.4.51)
- rust-lang#141616 (Remove spastorino from vacations)
- rust-lang#141623 (use custom types to clarify arguments to `emit_ptr_va_arg`)
- rust-lang#141635 (further dedup `WalkItemKind` for `mut_visit` and `visit`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
93 files changed
+1281
-997
lines changed- compiler
- rustc_ast/src
- rustc_codegen_llvm/src
- rustc_const_eval/src/interpret
- rustc_errors/src
- rustc_expand/src
- rustc_hir_analysis/src
- hir_ty_lowering
- rustc_hir_typeck/src/fn_ctxt
- rustc_lint
- src
- rustc_middle/src
- mir/interpret
- ty/consts
- rustc_ty_utils/src
- library/core/src/intrinsics
- src
- bootstrap/src/core/build_steps
- doc/rustc/src/check-cfg
- tools/rustbook
- tests/ui
- async-await
- async-closures
- async-fn
- await-keyword
- dyn
- in-trait
- auxiliary
- cfg/cfg-version
- did_you_mean
- dyn-compatibility
- feature-gates
- generic-associated-types
- higher-ranked/trait-bounds
- impl-trait
- in-trait
- issues
- kindck
- lint
- repeat-expr
- self
- traits
- non_lifetime_binders
- object
- type
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+1281
-997
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 43 | | |
50 | 44 | | |
51 | 45 | | |
| |||
179 | 173 | | |
180 | 174 | | |
181 | 175 | | |
182 | | - | |
| 176 | + | |
183 | 177 | | |
184 | 178 | | |
185 | 179 | | |
| |||
381 | 375 | | |
382 | 376 | | |
383 | 377 | | |
384 | | - | |
385 | | - | |
386 | 378 | | |
387 | 379 | | |
388 | 380 | | |
389 | 381 | | |
390 | 382 | | |
391 | | - | |
392 | 383 | | |
393 | 384 | | |
394 | 385 | | |
| |||
399 | 390 | | |
400 | 391 | | |
401 | 392 | | |
402 | | - | |
403 | 393 | | |
404 | 394 | | |
405 | 395 | | |
| |||
410 | 400 | | |
411 | 401 | | |
412 | 402 | | |
413 | | - | |
414 | 403 | | |
415 | 404 | | |
416 | 405 | | |
| |||
421 | 410 | | |
422 | 411 | | |
423 | 412 | | |
424 | | - | |
425 | 413 | | |
426 | 414 | | |
427 | 415 | | |
428 | 416 | | |
429 | 417 | | |
430 | 418 | | |
431 | | - | |
432 | 419 | | |
433 | 420 | | |
434 | 421 | | |
435 | 422 | | |
436 | 423 | | |
437 | | - | |
438 | 424 | | |
439 | 425 | | |
440 | 426 | | |
441 | 427 | | |
442 | | - | |
443 | 428 | | |
444 | 429 | | |
445 | 430 | | |
| |||
451 | 436 | | |
452 | 437 | | |
453 | 438 | | |
454 | | - | |
455 | 439 | | |
456 | 440 | | |
457 | 441 | | |
| |||
1041 | 1025 | | |
1042 | 1026 | | |
1043 | 1027 | | |
1044 | | - | |
1045 | | - | |
1046 | | - | |
1047 | | - | |
1048 | | - | |
1049 | | - | |
1050 | | - | |
1051 | | - | |
1052 | | - | |
1053 | | - | |
1054 | | - | |
1055 | | - | |
1056 | | - | |
1057 | | - | |
1058 | | - | |
1059 | | - | |
1060 | | - | |
1061 | | - | |
1062 | | - | |
1063 | | - | |
1064 | | - | |
1065 | | - | |
1066 | | - | |
1067 | | - | |
1068 | | - | |
1069 | | - | |
1070 | | - | |
1071 | | - | |
1072 | | - | |
1073 | | - | |
1074 | | - | |
1075 | | - | |
1076 | | - | |
1077 | | - | |
1078 | | - | |
1079 | | - | |
1080 | | - | |
1081 | | - | |
1082 | | - | |
1083 | | - | |
1084 | | - | |
1085 | | - | |
1086 | | - | |
1087 | | - | |
1088 | | - | |
1089 | | - | |
1090 | | - | |
1091 | | - | |
1092 | | - | |
1093 | | - | |
1094 | | - | |
1095 | | - | |
1096 | | - | |
1097 | | - | |
1098 | | - | |
1099 | | - | |
1100 | | - | |
1101 | | - | |
1102 | | - | |
1103 | | - | |
1104 | | - | |
1105 | | - | |
1106 | | - | |
1107 | | - | |
1108 | | - | |
1109 | | - | |
1110 | | - | |
1111 | | - | |
1112 | | - | |
1113 | | - | |
1114 | | - | |
1115 | | - | |
1116 | 1028 | | |
1117 | 1029 | | |
1118 | 1030 | | |
| |||
1123 | 1035 | | |
1124 | 1036 | | |
1125 | 1037 | | |
1126 | | - | |
1127 | | - | |
1128 | | - | |
1129 | | - | |
1130 | | - | |
1131 | | - | |
1132 | | - | |
1133 | | - | |
1134 | 1038 | | |
1135 | 1039 | | |
1136 | 1040 | | |
| |||
1153 | 1057 | | |
1154 | 1058 | | |
1155 | 1059 | | |
1156 | | - | |
1157 | | - | |
1158 | | - | |
1159 | | - | |
1160 | | - | |
1161 | | - | |
1162 | | - | |
1163 | | - | |
1164 | | - | |
1165 | | - | |
1166 | | - | |
1167 | | - | |
1168 | | - | |
1169 | | - | |
1170 | | - | |
1171 | | - | |
1172 | | - | |
1173 | | - | |
1174 | | - | |
1175 | | - | |
1176 | | - | |
1177 | | - | |
1178 | | - | |
1179 | | - | |
1180 | | - | |
1181 | | - | |
1182 | | - | |
1183 | | - | |
1184 | | - | |
1185 | | - | |
1186 | | - | |
1187 | | - | |
1188 | | - | |
1189 | | - | |
1190 | | - | |
1191 | | - | |
1192 | | - | |
1193 | | - | |
1194 | | - | |
1195 | | - | |
1196 | | - | |
1197 | | - | |
1198 | | - | |
1199 | | - | |
1200 | | - | |
1201 | | - | |
1202 | | - | |
1203 | 1060 | | |
1204 | 1061 | | |
1205 | 1062 | | |
| |||
1500 | 1357 | | |
1501 | 1358 | | |
1502 | 1359 | | |
1503 | | - | |
1504 | | - | |
1505 | | - | |
1506 | | - | |
1507 | | - | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
1508 | 1363 | | |
1509 | 1364 | | |
1510 | 1365 | | |
| |||
0 commit comments