Commit 45b600c
committed
Auto merge of rust-lang#90161 - JohnTitor:rollup-1j2qc8m, r=JohnTitor
Rollup of 14 pull requests
Successful merges:
- rust-lang#87537 (Clarify undefined behaviour in binary heap, btree and hashset docs)
- rust-lang#88624 (Stabilize feature `saturating_div` for rust 1.58.0)
- rust-lang#89257 (Give better error for `macro_rules name`)
- rust-lang#89665 (Ensure that pushing empty path works as before on verbatim paths)
- rust-lang#89895 (Don't mark for loop iter expression as desugared)
- rust-lang#89922 (Update E0637 description to mention `&` w/o an explicit lifetime name)
- rust-lang#89944 (Change `Duration::[try_]from_secs_{f32, f64}` underflow error)
- rust-lang#89991 (rustc_ast: Turn `MutVisitor::token_visiting_enabled` into a constant)
- rust-lang#90028 (Reject closures in patterns)
- rust-lang#90069 (Fix const qualification when executed after promotion)
- rust-lang#90078 (Add a regression test for issue-83479)
- rust-lang#90114 (Add some tests for const_generics_defaults)
- rust-lang#90115 (Add test for issue rust-lang#78561)
- rust-lang#90129 (triagebot: Treat `I-*nominated` like `I-nominated`)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
52 files changed
+692
-168
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast/src
- rustc_borrowck/src/diagnostics
- rustc_const_eval/src/transform/check_consts
- rustc_error_codes/src/error_codes
- rustc_expand/src
- mbe
- mut_visit
- rustc_lint/src
- rustc_mir_build/src/thir/pattern
- rustc_parse/src/parser
- rustc_trait_selection/src/traits
- library
- alloc/src/collections
- btree
- core/src
- num
- std/src
- collections/hash
- path
- src
- test
- incremental/hashes
- ui
- const-generics/defaults
- consts
- error-codes
- macros
- nll
- pattern
- query-system
- tools
- clippy/clippy_lints/src
- tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+692
-168
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
363 | 361 | | |
364 | 362 | | |
365 | 363 | | |
366 | | - | |
| 364 | + | |
367 | 365 | | |
368 | 366 | | |
369 | 367 | | |
| |||
682 | 680 | | |
683 | 681 | | |
684 | 682 | | |
685 | | - | |
| 683 | + | |
686 | 684 | | |
687 | 685 | | |
688 | 686 | | |
| |||
692 | 690 | | |
693 | 691 | | |
694 | 692 | | |
695 | | - | |
| 693 | + | |
696 | 694 | | |
697 | 695 | | |
698 | 696 | | |
699 | 697 | | |
700 | 698 | | |
701 | 699 | | |
702 | | - | |
| 700 | + | |
703 | 701 | | |
704 | 702 | | |
705 | 703 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1332 | 1332 | | |
1333 | 1333 | | |
1334 | 1334 | | |
1335 | | - | |
1336 | 1335 | | |
1337 | | - | |
1338 | | - | |
1339 | | - | |
1340 | | - | |
1341 | | - | |
1342 | | - | |
1343 | | - | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
1344 | 1340 | | |
1345 | 1341 | | |
1346 | 1342 | | |
| |||
1354 | 1350 | | |
1355 | 1351 | | |
1356 | 1352 | | |
1357 | | - | |
1358 | | - | |
1359 | | - | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
1360 | 1357 | | |
1361 | | - | |
1362 | | - | |
| 1358 | + | |
| 1359 | + | |
1363 | 1360 | | |
1364 | 1361 | | |
1365 | | - | |
| 1362 | + | |
1366 | 1363 | | |
1367 | 1364 | | |
1368 | 1365 | | |
1369 | 1366 | | |
1370 | 1367 | | |
1371 | 1368 | | |
1372 | | - | |
1373 | | - | |
| 1369 | + | |
| 1370 | + | |
1374 | 1371 | | |
1375 | 1372 | | |
1376 | 1373 | | |
| |||
1416 | 1413 | | |
1417 | 1414 | | |
1418 | 1415 | | |
1419 | | - | |
| 1416 | + | |
1420 | 1417 | | |
1421 | 1418 | | |
1422 | | - | |
| 1419 | + | |
1423 | 1420 | | |
1424 | 1421 | | |
1425 | 1422 | | |
| |||
1429 | 1426 | | |
1430 | 1427 | | |
1431 | 1428 | | |
1432 | | - | |
| 1429 | + | |
1433 | 1430 | | |
1434 | 1431 | | |
1435 | 1432 | | |
| |||
1442 | 1439 | | |
1443 | 1440 | | |
1444 | 1441 | | |
1445 | | - | |
| 1442 | + | |
1446 | 1443 | | |
1447 | 1444 | | |
1448 | 1445 | | |
| |||
1458 | 1455 | | |
1459 | 1456 | | |
1460 | 1457 | | |
1461 | | - | |
| 1458 | + | |
1462 | 1459 | | |
1463 | 1460 | | |
1464 | 1461 | | |
| |||
Lines changed: 30 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
247 | 246 | | |
248 | 247 | | |
249 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
250 | 279 | | |
251 | 280 | | |
252 | 281 | | |
| |||
315 | 344 | | |
316 | 345 | | |
317 | 346 | | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
400 | 399 | | |
401 | 400 | | |
402 | 401 | | |
403 | | - | |
404 | | - | |
405 | | - | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
| 408 | + | |
412 | 409 | | |
413 | 410 | | |
414 | 411 | | |
415 | | - | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
416 | 417 | | |
417 | 418 | | |
418 | 419 | | |
| |||
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| 135 | + | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| |||
310 | 314 | | |
311 | 315 | | |
312 | 316 | | |
313 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
314 | 321 | | |
315 | | - | |
| 322 | + | |
316 | 323 | | |
317 | 324 | | |
318 | 325 | | |
| |||
| 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 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
14 | 22 | | |
15 | 23 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
21 | 31 | | |
22 | 32 | | |
23 | 33 | | |
24 | 34 | | |
25 | | - | |
| 35 | + | |
26 | 36 | | |
27 | 37 | | |
28 | 38 | | |
29 | 39 | | |
30 | 40 | | |
31 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
32 | 48 | | |
33 | 49 | | |
34 | 50 | | |
35 | | - | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | 137 | | |
139 | | - | |
| 138 | + | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
| |||
0 commit comments