Commit d107a87
committed
Auto merge of rust-lang#80503 - JohnTitor:rollup-b26vglu, r=JohnTitor
Rollup of 13 pull requests
Successful merges:
- rust-lang#79812 (Lint on redundant trailing semicolon after item)
- rust-lang#80348 (remove redundant clones (clippy::redundant_clone))
- rust-lang#80358 (Edit rustc_span documentation)
- rust-lang#80457 (Add missing commas to `rustc_ast_pretty::pp` docs)
- rust-lang#80461 (Add llvm-libunwind change to bootstrap CHANGELOG)
- rust-lang#80464 (Use Option::map_or instead of open coding it)
- rust-lang#80465 (Fix typo in ffi-pure.md)
- rust-lang#80467 (More uses of the matches! macro)
- rust-lang#80469 (Fix small typo in time comment)
- rust-lang#80472 (Use sans-serif font for the "all items" page links)
- rust-lang#80477 (Make forget intrinsic safe)
- rust-lang#80482 (don't clone copy types)
- rust-lang#80487 (don't redundantly repeat field names)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
39 files changed
+164
-142
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src
- rustc_ast/src
- rustc_codegen_ssa/src
- rustc_data_structures/src/graph/scc
- rustc_infer/src/infer
- rustc_lint/src
- rustc_middle/src
- hir
- mir
- ty
- rustc_mir_build/src/thir/pattern
- rustc_span/src
- rustc_typeck/src
- check
- library
- core/src/mem
- std/src/sys/unix
- src
- bootstrap
- doc/unstable-book/src/language-features
- librustdoc
- clean
- doctest
- html
- render
- static
- passes
- test
- mir-opt
- ui/lint/redundant-semicolon
- tools/clippy/tests/ui
39 files changed
+164
-142
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1092 | 1092 | | |
1093 | 1093 | | |
1094 | 1094 | | |
1095 | | - | |
1096 | | - | |
1097 | | - | |
1098 | | - | |
1099 | | - | |
1100 | | - | |
1101 | | - | |
1102 | | - | |
1103 | | - | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
1104 | 1098 | | |
1105 | 1099 | | |
1106 | 1100 | | |
| |||
1950 | 1944 | | |
1951 | 1945 | | |
1952 | 1946 | | |
1953 | | - | |
| 1947 | + | |
1954 | 1948 | | |
1955 | 1949 | | |
1956 | 1950 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1857 | 1857 | | |
1858 | 1858 | | |
1859 | 1859 | | |
1860 | | - | |
1861 | | - | |
1862 | | - | |
1863 | | - | |
1864 | | - | |
1865 | | - | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
1866 | 1865 | | |
1867 | 1866 | | |
1868 | 1867 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
| 400 | + | |
| 401 | + | |
404 | 402 | | |
405 | 403 | | |
406 | 404 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
526 | | - | |
| 526 | + | |
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1317 | 1317 | | |
1318 | 1318 | | |
1319 | 1319 | | |
1320 | | - | |
| 1320 | + | |
1321 | 1321 | | |
1322 | 1322 | | |
1323 | 1323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 36 | + | |
41 | 37 | | |
42 | 38 | | |
43 | | - | |
| 39 | + | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 43 | + | |
52 | 44 | | |
53 | 45 | | |
54 | 46 | | |
55 | 47 | | |
56 | 48 | | |
57 | 49 | | |
58 | 50 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 51 | | |
66 | 52 | | |
67 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
| 113 | + | |
117 | 114 | | |
118 | 115 | | |
119 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
0 commit comments