Commit aa2ae56
committed
Auto merge of rust-lang#65368 - Centril:rollup-lb7fe48, r=Centril
Rollup of 13 pull requests
Successful merges:
- rust-lang#65039 (Document missing deny by default lints)
- rust-lang#65069 (Implement Clone::clone_from for VecDeque)
- rust-lang#65165 (Improve docs on some char boolean methods)
- rust-lang#65248 (Suggest `if let` on `let` refutable binding)
- rust-lang#65250 (resolve: fix error title regarding private constructors)
- rust-lang#65295 (Move diagnostics code out of the critical path)
- rust-lang#65320 (Report `CONST_ERR` lint in external macros)
- rust-lang#65327 (replace the hand-written binary search with the library one)
- rust-lang#65339 (do not reference LLVM for our concurrency memory model)
- rust-lang#65357 (syntax: simplify maybe_annotate_with_ascription)
- rust-lang#65358 (simplify maybe_stage_features)
- rust-lang#65359 (simplify integer_lit)
- rust-lang#65360 (mbe: reduce panictry! uses.)
Failed merges:
r? @ghostFile tree
37 files changed
+762
-378
lines changed- src
- doc/rustc/src/lints/listing
- liballoc/collections
- vec_deque
- libcore
- char
- sync
- librustc_mir/hair/pattern
- librustc_resolve
- librustc_typeck/check/method
- librustc/lint
- libsyntax
- ext/mbe
- feature_gate
- parse
- test/ui
- consts
- auxiliary
- empty
- error-codes
- feature-gates
- issues
- match
- privacy
- recursion
- resolve
- rfc-2008-non-exhaustive
- uninhabited
37 files changed
+762
-378
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
60 | 122 | | |
61 | 123 | | |
62 | 124 | | |
63 | 125 | | |
64 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
65 | 142 | | |
66 | 143 | | |
67 | 144 | | |
| |||
2209 | 2286 | | |
2210 | 2287 | | |
2211 | 2288 | | |
| 2289 | + | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
| 2294 | + | |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
2212 | 2299 | | |
2213 | 2300 | | |
2214 | 2301 | | |
| |||
2327 | 2414 | | |
2328 | 2415 | | |
2329 | 2416 | | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
| 2421 | + | |
| 2422 | + | |
| 2423 | + | |
| 2424 | + | |
| 2425 | + | |
| 2426 | + | |
2330 | 2427 | | |
2331 | 2428 | | |
2332 | 2429 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
364 | 387 | | |
365 | 388 | | |
366 | 389 | | |
| |||
0 commit comments