Commit 71d8d81
committed
Auto merge of rust-lang#145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxu
Rollup of 15 pull requests
Successful merges:
- rust-lang#145338 (actually provide the correct args to coroutine witnesses)
- rust-lang#145429 (Couple of codegen_fn_attrs improvements)
- rust-lang#145452 (Do not strip binaries in bootstrap everytime if they are unchanged)
- rust-lang#145464 (Stabilize `const_pathbuf_osstring_new` feature)
- rust-lang#145474 (Properly recover from parenthesized use-bounds (precise capturing lists) plus small cleanups)
- rust-lang#145486 (Fix `unicode_data.rs` mention message)
- rust-lang#145490 (Trace some basic I/O operations in bootstrap)
- rust-lang#145493 (remove `should_render` in `PrintAttribute` derive)
- rust-lang#145500 (Port must_use to the new target checking)
- rust-lang#145505 (Simplify span caches)
- rust-lang#145510 (Visit and print async_fut local for async drop.)
- rust-lang#145511 (Rust build fails on OpenBSD after using file_lock feature)
- rust-lang#145532 (resolve: debug for block module)
- rust-lang#145533 (Reorder `lto` options from most to least optimizing)
- rust-lang#145537 (Do not consider a `T: !Sized` candidate to satisfy a `T: !MetaSized` obligation.)
r? `@ghost`
`@rustbot` modify labels: rollup3 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1191 | 1191 | | |
1192 | 1192 | | |
1193 | 1193 | | |
1194 | | - | |
| 1194 | + | |
1195 | 1195 | | |
1196 | 1196 | | |
1197 | 1197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1264 | 1264 | | |
1265 | 1265 | | |
1266 | 1266 | | |
| 1267 | + | |
1267 | 1268 | | |
1268 | 1269 | | |
1269 | 1270 | | |
| |||
1276 | 1277 | | |
1277 | 1278 | | |
1278 | 1279 | | |
| 1280 | + | |
1279 | 1281 | | |
1280 | 1282 | | |
1281 | 1283 | | |
| |||
1287 | 1289 | | |
1288 | 1290 | | |
1289 | 1291 | | |
| 1292 | + | |
1290 | 1293 | | |
1291 | 1294 | | |
1292 | 1295 | | |
| |||
1299 | 1302 | | |
1300 | 1303 | | |
1301 | 1304 | | |
| 1305 | + | |
1302 | 1306 | | |
1303 | 1307 | | |
1304 | 1308 | | |
| |||
1310 | 1314 | | |
1311 | 1315 | | |
1312 | 1316 | | |
| 1317 | + | |
1313 | 1318 | | |
1314 | 1319 | | |
1315 | 1320 | | |
| |||
1330 | 1335 | | |
1331 | 1336 | | |
1332 | 1337 | | |
| 1338 | + | |
1333 | 1339 | | |
1334 | 1340 | | |
1335 | 1341 | | |
| |||
1344 | 1350 | | |
1345 | 1351 | | |
1346 | 1352 | | |
| 1353 | + | |
1347 | 1354 | | |
1348 | 1355 | | |
1349 | 1356 | | |
| |||
1364 | 1371 | | |
1365 | 1372 | | |
1366 | 1373 | | |
| 1374 | + | |
1367 | 1375 | | |
1368 | 1376 | | |
1369 | 1377 | | |
| |||
1378 | 1386 | | |
1379 | 1387 | | |
1380 | 1388 | | |
| 1389 | + | |
1381 | 1390 | | |
1382 | 1391 | | |
1383 | 1392 | | |
| |||
1390 | 1399 | | |
1391 | 1400 | | |
1392 | 1401 | | |
| 1402 | + | |
1393 | 1403 | | |
1394 | 1404 | | |
1395 | 1405 | | |
| |||
0 commit comments