forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 21a13b8
Auto merge of rust-lang#147151 - Zalathar:rollup-w81rn0j, r=Zalathar
Rollup of 5 pull requests
Successful merges:
- rust-lang#146653 (improve diagnostics for empty attributes)
- rust-lang#146987 (impl Ord for params and use unstable sort)
- rust-lang#147101 (Use `Iterator::eq` and (dogfood) `eq_by` in compiler and library )
- rust-lang#147123 (Fix removed version numbers of `doc_auto_cfg` and `doc_cfg_hide`)
- rust-lang#147149 (add joboet to library review rotation)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
30 files changed
+71
-53
lines changed- compiler
- rustc_ast/src
- rustc_attr_parsing
- src
- rustc_builtin_macros/src
- deriving
- rustc_feature/src
- rustc_hir_analysis/src
- impl_wf_check
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_hir/src
- rustc_parse/src
- parser/tokenstream
- library/alloc/src/collections/btree
- src/librustdoc
- clean
- tests/ui
- attributes
- empty
- macros
- repr
30 files changed
+71
-53
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 | - | ||
118 | - | ||
117 | + | ||
119 | 118 |
| |
120 | 119 |
| |
121 | 120 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | - | ||
52 | - | ||
53 | - | ||
51 | + | ||
54 | 52 |
| |
55 | 53 |
| |
56 | 54 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
12 | 20 |
| |
13 | 21 |
| |
14 | 22 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
597 | 597 |
| |
598 | 598 |
| |
599 | 599 |
| |
600 | - | ||
600 | + | ||
601 | + | ||
602 | + | ||
603 | + | ||
604 | + | ||
605 | + | ||
601 | 606 |
| |
602 | 607 |
| |
603 | 608 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | - | ||
47 | - | ||
48 | - | ||
49 | - | ||
50 | - | ||
51 | - | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
52 | 58 |
| |
53 | 59 |
| |
54 | 60 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 | - | ||
52 | + | ||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
503 | 503 |
| |
504 | 504 |
| |
505 | 505 |
| |
506 | + | ||
506 | 507 |
| |
507 | 508 |
| |
508 | 509 |
| |
510 | + | ||
511 | + | ||
509 | 512 |
| |
510 | 513 |
| |
511 | 514 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
380 | - | ||
381 | - | ||
380 | + | ||
382 | 381 |
| |
383 | 382 |
| |
384 | 383 |
| |
|
Lines changed: 4 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
356 | 356 |
| |
357 | 357 |
| |
358 | 358 |
| |
359 | - | ||
360 | - | ||
361 | - | ||
362 | - | ||
363 | 359 |
| |
364 | 360 |
| |
365 | 361 |
| |
366 | - | ||
367 | - | ||
368 | - | ||
369 | - | ||
370 | - | ||
371 | - | ||
362 | + | ||
363 | + | ||
364 | + | ||
372 | 365 |
| |
373 | - | ||
366 | + | ||
374 | 367 |
| |
375 | 368 |
| |
376 | 369 |
| |
|
0 commit comments